Html Css Color HEX #709232 Olive Drab

📋 copy color: '#709232'

red 112 ◦ green 146 ◦ blue 50

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

Shades of Olive Drab #709232

Tints of Olive Drab #709232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.4%

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 36.36%
G = 47.4%
B = 16.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#709232 (or 0x709232) is known color: Olive Drab. HEX triplet: 70, 92 and 32. RGB value is (112,146,50). Sum of RGB (Red+Green+Blue) = 112+146+50=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #709232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709232 is #8F6DCD. Grayscale: #7D7D7D. Windows color (decimal): -9399758 or 3314288. OLE color: 3314288.

HSL color Cylindrical-coordinate representation of color #709232: hue angle of 81.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #709232 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 50 -
CMYK 0.23 0 0.66 0.43
HSL 81.25º 0.49% 0.38% -
HSV(B) 81.25º 0.66% 0.57% -
XYZ 17.54 24.23 6.77 -
YUV 124.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 112 146 50 0.23 0 0.66 0.43 81.25 0.49 0.38
Hex 70 92 32 17 0 42 2B 51 31 26
Octal 160 222 62 27 0 102 53 121 61 46
Binary 1110000 10010010 110010 10111 0 1000010 101011 1010001 110001 100110

Color Harmonies of #709232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709232

Black with #709232

Text Example


Text Example

White with #709232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709232; }

 p { color: rgb(112,146,50); }

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

background-color css

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

 a { background-color: rgb(112,146,50); }

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

border-color css

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

 span { border-color: rgb(112,146,50); }

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