Html Css Color HEX #789520 Olive Drab

📋 copy color: '#789520'

red 120 ◦ green 149 ◦ blue 32

#789520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #789520

Tints of Olive Drab #789520

RGB

 RED value IS 120 (47.27% from 255) = 39.87%

 GREEN value IS 149 (58.59% from 255) = 49.5%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 39.87%
G = 49.5%
B = 10.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#789520 (or 0x789520) is known color: Olive Drab. HEX triplet: 78, 95 and 20. RGB value is (120,149,32). Sum of RGB (Red+Green+Blue) = 120+149+32=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #789520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789520 is #876ADF. Grayscale: #7F7F7F. Windows color (decimal): -8874720 or 2135416. OLE color: 2135416.

HSL color Cylindrical-coordinate representation of color #789520: hue angle of 74.87º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #789520 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 149 32 -
CMYK 0.19 0 0.79 0.42
HSL 74.87º 0.65% 0.35% -
HSV(B) 74.87º 0.79% 0.58% -
XYZ 18.75 25.59 5.32 -
YUV 126.99 74.39 123.01 -
System Red Green Blue C M Y K H S L
Decimal 120 149 32 0.19 0 0.79 0.42 74.87 0.65 0.35
Hex 78 95 20 13 0 4F 2A 4B 41 23
Octal 170 225 40 23 0 117 52 113 101 43
Binary 1111000 10010101 100000 10011 0 1001111 101010 1001011 1000001 100011

Color Harmonies of #789520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789520

Black with #789520

Text Example


Text Example

White with #789520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789520; }

 p { color: rgb(120,149,32); }

 H1.HeaderClassName
 {
   color: #789520;
 }
 .AnyTagClassName
 {
   color: #789520;
 }
</style>

background-color css

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

 a { background-color: rgb(120,149,32); }

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

border-color css

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

 span { border-color: rgb(120,149,32); }

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