#788007

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

Shades of Olive #788007

Tints of Olive #788007

Color information

#788007 (or 0x788007) is unknown color: approx Olive. HEX triplet: 78, 80 and 07. RGB value is (120,128,7). Sum of RGB (Red+Green+Blue) = 120+128+7=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #788007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788007 is #877FF8. Grayscale: #707070. Windows color (decimal): -8880121 or 491640. OLE color: 491640.

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

Color convert

RGB1201287-
CMYK0.0600.950.50
HSL63.97º89.63%26.47%-
HSV(B)63.97º94.53%50.2%-
XYZ15.519.453.14-
YUV111.8168.85133.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 128 (50.39% from 255) = 50.20%
BLUE value IS 7 (3.12% from 255) = 2.75%
R=47.06%
G=50.20%
B=2.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12012870.0600.950.5063.9789.6326.47
Hex78807605F32405a1a
Octal1702007601376210013232
Binary111100010000000111110010111111100101000000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788007; }

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

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

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

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

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

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

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

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