Html Css Color HEX #709824 Olive Drab

📋 copy color: '#709824'

red 112 ◦ green 152 ◦ blue 36

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

Shades of Olive Drab #709824

Tints of Olive Drab #709824

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.67%

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

R = 37.33%
G = 50.67%
B = 12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#709824 (or 0x709824) is known color: Olive Drab. HEX triplet: 70, 98 and 24. RGB value is (112,152,36). Sum of RGB (Red+Green+Blue) = 112+152+36=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #709824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709824 is #8F67DB. Grayscale: #7F7F7F. Windows color (decimal): -9398236 or 2398320. OLE color: 2398320.

HSL color Cylindrical-coordinate representation of color #709824: hue angle of 80.69º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #709824 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 36 -
CMYK 0.26 0 0.76 0.40
HSL 80.69º 0.62% 0.37% -
HSV(B) 80.69º 0.76% 0.6% -
XYZ 18.23 26.03 5.73 -
YUV 126.82 76.75 117.43 -
System Red Green Blue C M Y K H S L
Decimal 112 152 36 0.26 0 0.76 0.40 80.69 0.62 0.37
Hex 70 98 24 1A 0 4C 28 51 3E 25
Octal 160 230 44 32 0 114 50 121 76 45
Binary 1110000 10011000 100100 11010 0 1001100 101000 1010001 111110 100101

Color Harmonies of #709824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709824

Black with #709824

Text Example


Text Example

White with #709824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709824; }

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

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

background-color css

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

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

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

border-color css

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

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

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