#789205

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

Shades of Olive #789205

Tints of Olive #789205

Color information

#789205 (or 0x789205) is unknown color: approx Olive. HEX triplet: 78, 92 and 05. RGB value is (120,146,5). Sum of RGB (Red+Green+Blue) = 120+146+5=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #789205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789205 is #876DFA. Grayscale: #7A7A7A. Windows color (decimal): -8875515 or 365176. OLE color: 365176.

HSL color Cylindrical-coordinate representation of color #789205: hue angle of 71.06º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #789205 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1201465-
CMYK0.1800.970.43
HSL71.06º93.38%29.61%-
HSV(B)71.06º96.58%57.25%-
XYZ18.0524.563.93-
YUV122.1561.89126.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=44.28%
G=53.87%
B=1.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12014650.1800.970.4371.0693.3829.61
Hex78925120612B475d1e
Octal17022252201415310713536
Binary11110001001001010110010011000011010111000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789205; }

 p { color: rgb(120,146,5); }

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

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

 a { background-color: rgb(120,146,5); }

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

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

 span { border-color: rgb(120,146,5); }

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