Html Css Color HEX #709431 Olive Drab

📋 copy color: '#709431'

red 112 ◦ green 148 ◦ blue 49

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

Shades of Olive Drab #709431

Tints of Olive Drab #709431

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

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

R = 36.25%
G = 47.9%
B = 15.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#709431 (or 0x709431) is known color: Olive Drab. HEX triplet: 70, 94 and 31. RGB value is (112,148,49). Sum of RGB (Red+Green+Blue) = 112+148+49=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #709431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709431 is #8F6BCE. Grayscale: #7E7E7E. Windows color (decimal): -9399247 or 3249264. OLE color: 3249264.

HSL color Cylindrical-coordinate representation of color #709431: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #709431 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 49 -
CMYK 0.24 0 0.67 0.42
HSL 81.82º 0.5% 0.39% -
HSV(B) 81.82º 0.67% 0.58% -
XYZ 17.83 24.85 6.76 -
YUV 125.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 112 148 49 0.24 0 0.67 0.42 81.82 0.5 0.39
Hex 70 94 31 18 0 43 2A 52 32 27
Octal 160 224 61 30 0 103 52 122 62 47
Binary 1110000 10010100 110001 11000 0 1000011 101010 1010010 110010 100111

Color Harmonies of #709431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709431

Black with #709431

Text Example


Text Example

White with #709431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709431; }

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

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

background-color css

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

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

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

border-color css

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

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

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