#788704

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

Shades of Olive #788704

Tints of Olive #788704

Color information

#788704 (or 0x788704) is unknown color: approx Olive. HEX triplet: 78, 87 and 04. RGB value is (120,135,4). Sum of RGB (Red+Green+Blue) = 120+135+4=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #788704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788704 is #8778FB. Grayscale: #747474. Windows color (decimal): -8878332 or 296824. OLE color: 296824.

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

Color convert

RGB1201354-
CMYK0.1100.970.47
HSL66.87º94.24%27.25%-
HSV(B)66.87º97.04%52.94%-
XYZ16.4321.333.37-
YUV115.5865.03131.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 135 (53.12% from 255) = 52.12%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=46.33%
G=52.12%
B=1.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12013540.1100.970.4766.8794.2427.25
Hex78874B0612F435e1b
Octal17020741301415710313633
Binary1111000100001111001011011000011011111000011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788704; }

 p { color: rgb(120,135,4); }

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

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

 a { background-color: rgb(120,135,4); }

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

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

 span { border-color: rgb(120,135,4); }

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