#788C0D

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

Shades of Olive #788C0D

Tints of Olive #788C0D

Color information

#788C0D (or 0x788C0D) is unknown color: approx Olive. HEX triplet: 78, 8C and 0D. RGB value is (120,140,13). Sum of RGB (Red+Green+Blue) = 120+140+13=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #788C0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788C0D is #8773F2. Grayscale: #787878. Windows color (decimal): -8877043 or 887928. OLE color: 887928.

HSL color Cylindrical-coordinate representation of color #788C0D: hue angle of 69.45º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #788C0D is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB12014013-
CMYK0.1400.910.45
HSL69.45º83.01%30%-
HSV(B)69.45º90.71%54.9%-
XYZ17.222.783.87-
YUV119.5467.87128.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 13 (5.47% from 255) = 4.76%
R=43.96%
G=51.28%
B=4.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120140130.1400.910.4569.4583.0130
Hex788CDE05B2D45531e
Octal170214151601335510512336
Binary11110001000110011011110010110111011011000101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788C0D; }

 p { color: rgb(120,140,13); }

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

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

 a { background-color: rgb(120,140,13); }

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

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

 span { border-color: rgb(120,140,13); }

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