#788407

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

Shades of Olive #788407

Tints of Olive #788407

Color information

#788407 (or 0x788407) is unknown color: approx Olive. HEX triplet: 78, 84 and 07. RGB value is (120,132,7). Sum of RGB (Red+Green+Blue) = 120+132+7=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #788407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788407 is #877BF8. Grayscale: #727272. Windows color (decimal): -8879097 or 492664. OLE color: 492664.

HSL color Cylindrical-coordinate representation of color #788407: hue angle of 65.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #788407 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1201327-
CMYK0.0900.950.48
HSL65.76º89.93%27.25%-
HSV(B)65.76º94.7%51.76%-
XYZ16.0420.513.31-
YUV114.1667.52132.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 132 (51.95% from 255) = 50.97%
BLUE value IS 7 (3.12% from 255) = 2.70%
R=46.33%
G=50.97%
B=2.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12013270.0900.950.4865.7689.9327.25
Hex78847905F30425a1b
Octal17020471101376010213233
Binary1111000100001001111001010111111100001000010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788407; }

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

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

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

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

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

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

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

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