#789302

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

Shades of Olive #789302

Tints of Olive #789302

Color information

#789302 (or 0x789302) is unknown color: approx Olive. HEX triplet: 78, 93 and 02. RGB value is (120,147,2). Sum of RGB (Red+Green+Blue) = 120+147+2=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #789302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789302 is #876CFD. Grayscale: #7A7A7A. Windows color (decimal): -8875262 or 168824. OLE color: 168824.

HSL color Cylindrical-coordinate representation of color #789302: hue angle of 71.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #789302 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1201472-
CMYK0.1800.990.42
HSL71.17º97.32%29.22%-
HSV(B)71.17º98.64%57.65%-
XYZ18.1924.863.9-
YUV122.460.05126.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=44.61%
G=54.65%
B=0.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12014720.1800.990.4271.1797.3229.22
Hex78932120632A47611d
Octal17022322201435210714135
Binary1111000100100111010010011000111010101000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789302; }

 p { color: rgb(120,147,2); }

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

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

 a { background-color: rgb(120,147,2); }

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

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

 span { border-color: rgb(120,147,2); }

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