Html Css Color HEX #709524 Olive Drab

📋 copy color: '#709524'

red 112 ◦ green 149 ◦ blue 36

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

Shades of Olive Drab #709524

Tints of Olive Drab #709524

RGB

 RED value IS 112 (44.14% from 255) = 37.71%

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

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 37.71%
G = 50.17%
B = 12.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#709524 (or 0x709524) is known color: Olive Drab. HEX triplet: 70, 95 and 24. RGB value is (112,149,36). Sum of RGB (Red+Green+Blue) = 112+149+36=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #709524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709524 is #8F6ADB. Grayscale: #7D7D7D. Windows color (decimal): -9399004 or 2397552. OLE color: 2397552.

HSL color Cylindrical-coordinate representation of color #709524: hue angle of 79.65º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #709524 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 36 -
CMYK 0.25 0 0.76 0.42
HSL 79.65º 0.61% 0.36% -
HSV(B) 79.65º 0.76% 0.58% -
XYZ 17.75 25.07 5.57 -
YUV 125.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 112 149 36 0.25 0 0.76 0.42 79.65 0.61 0.36
Hex 70 95 24 19 0 4C 2A 50 3D 24
Octal 160 225 44 31 0 114 52 120 75 44
Binary 1110000 10010101 100100 11001 0 1001100 101010 1010000 111101 100100

Color Harmonies of #709524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709524

Black with #709524

Text Example


Text Example

White with #709524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709524; }

 p { color: rgb(112,149,36); }

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

background-color css

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

 a { background-color: rgb(112,149,36); }

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

border-color css

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

 span { border-color: rgb(112,149,36); }

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