#737114

Color #737114 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #737114

Tints of Olivetone #737114

Color information

#737114 (or 0x737114) is unknown color: approx Olivetone. HEX triplet: 73, 71 and 14. RGB value is (115,113,20). Sum of RGB (Red+Green+Blue) = 115+113+20=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #737114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737114 is #8C8EEB. Grayscale: #676767. Windows color (decimal): -9211628 or 1339763. OLE color: 1339763.

HSL color Cylindrical-coordinate representation of color #737114: hue angle of 58.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #737114 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB11511320-
CMYK00.020.830.55
HSL58.74º70.37%26.47%-
HSV(B)58.74º82.61%45.1%-
XYZ13.115.512.96-
YUV10381.16136.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=46.37%
G=45.56%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151132000.020.830.5558.7470.3726.47
Hex7371140253373b461a
Octal1631612402123677310632
Binary11100111110001101000101010011110111111011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737114; }

 p { color: rgb(115,113,20); }

 H1.HeaderClassName
 {
   color: #737114;
 }
 .AnyTagClassName
 {
   color: #737114;
 }
</style>
background-color css

<style>
 a { background-color: #737114; }

 a { background-color: rgb(115,113,20); }

 div.DivClassName
 {
   background-color: #737114;
 }
 .BgClassName
 {
   background-color: #737114;
 }
</style>
border-color css

<style>
 span { border-color: #737114; }

 span { border-color: rgb(115,113,20); }

 td.TdClassName
 {
   border-color: #737114;
 }
 .TagClassName
 {
   border-color: #737114;
 }
</style>