Html Css Color HEX #709231 Olive Drab

📋 copy color: '#709231'

red 112 ◦ green 146 ◦ blue 49

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

Shades of Olive Drab #709231

Tints of Olive Drab #709231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 36.48%
G = 47.56%
B = 15.96%

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

#709231 (or 0x709231) is known color: Olive Drab. HEX triplet: 70, 92 and 31. RGB value is (112,146,49). Sum of RGB (Red+Green+Blue) = 112+146+49=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #709231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709231 is #8F6DCE. Grayscale: #7D7D7D. Windows color (decimal): -9399759 or 3248752. OLE color: 3248752.

HSL color Cylindrical-coordinate representation of color #709231: hue angle of 81.03º degrees, saturation: 0.5, 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 #709231 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 49 -
CMYK 0.23 0 0.66 0.43
HSL 81.03º 0.5% 0.38% -
HSV(B) 81.03º 0.66% 0.57% -
XYZ 17.52 24.22 6.66 -
YUV 124.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 112 146 49 0.23 0 0.66 0.43 81.03 0.5 0.38
Hex 70 92 31 17 0 42 2B 51 32 26
Octal 160 222 61 27 0 102 53 121 62 46
Binary 1110000 10010010 110001 10111 0 1000010 101011 1010001 110010 100110

Color Harmonies of #709231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709231

Black with #709231

Text Example


Text Example

White with #709231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709231; }

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

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

background-color css

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

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

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

border-color css

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

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

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