#788606

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

Shades of Olive #788606

Tints of Olive #788606

Color information

#788606 (or 0x788606) is unknown color: approx Olive. HEX triplet: 78, 86 and 06. RGB value is (120,134,6). Sum of RGB (Red+Green+Blue) = 120+134+6=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #788606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788606 is #8779F9. Grayscale: #737373. Windows color (decimal): -8878586 or 427640. OLE color: 427640.

HSL color Cylindrical-coordinate representation of color #788606: hue angle of 66.56º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #788606 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1201346-
CMYK0.1000.960.47
HSL66.56º91.43%27.45%-
HSV(B)66.56º95.52%52.55%-
XYZ16.321.063.38-
YUV115.2266.36131.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 134 (52.73% from 255) = 51.54%
BLUE value IS 6 (2.73% from 255) = 2.31%
R=46.15%
G=51.54%
B=2.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12013460.1000.960.4766.5691.4327.45
Hex78866A0602F435b1b
Octal17020661201405710313333
Binary1111000100001101101010011000001011111000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788606; }

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

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

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

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

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

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

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

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