#788F07

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

Shades of Olive #788F07

Tints of Olive #788F07

Color information

#788F07 (or 0x788F07) is unknown color: approx Olive. HEX triplet: 78, 8F and 07. RGB value is (120,143,7). Sum of RGB (Red+Green+Blue) = 120+143+7=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #788F07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788F07 is #8770F8. Grayscale: #797979. Windows color (decimal): -8876281 or 495480. OLE color: 495480.

HSL color Cylindrical-coordinate representation of color #788F07: hue angle of 70.15º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #788F07 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB1201437-
CMYK0.1600.950.44
HSL70.15º90.67%29.41%-
HSV(B)70.15º95.1%56.08%-
XYZ17.6123.653.84-
YUV120.6263.88127.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 143 (56.25% from 255) = 52.96%
BLUE value IS 7 (3.12% from 255) = 2.59%
R=44.44%
G=52.96%
B=2.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12014370.1600.950.4470.1590.6729.41
Hex788F71005F2C465b1d
Octal17021772001375410613335
Binary11110001000111111110000010111111011001000110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,143,7); }

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

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

 a { background-color: rgb(120,143,7); }

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

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

 span { border-color: rgb(120,143,7); }

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