#787106

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

Shades of Olive #787106

Tints of Olive #787106

Color information

#787106 (or 0x787106) is unknown color: approx Olive. HEX triplet: 78, 71 and 06. RGB value is (120,113,6). Sum of RGB (Red+Green+Blue) = 120+113+6=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #787106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787106 is #878EF9. Grayscale: #676767. Windows color (decimal): -8883962 or 422264. OLE color: 422264.

HSL color Cylindrical-coordinate representation of color #787106: hue angle of 56.32º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #787106 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1201136-
CMYK00.060.950.53
HSL56.32º90.48%24.71%-
HSV(B)56.32º95%47.06%-
XYZ13.6815.822.5-
YUV102.973.32140.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 6 (2.73% from 255) = 2.51%
R=50.21%
G=47.28%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120113600.060.950.5356.3290.4824.71
Hex78716065F35385a19
Octal170161606137657013231
Binary1111000111000111001101011111110101111000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787106; }

 p { color: rgb(120,113,6); }

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

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

 a { background-color: rgb(120,113,6); }

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

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

 span { border-color: rgb(120,113,6); }

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