Html Css Color HEX #709229 Olive Drab

📋 copy color: '#709229'

red 112 ◦ green 146 ◦ blue 41

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

Shades of Olive Drab #709229

Tints of Olive Drab #709229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 37.46%
G = 48.83%
B = 13.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#709229 (or 0x709229) is known color: Olive Drab. HEX triplet: 70, 92 and 29. RGB value is (112,146,41). Sum of RGB (Red+Green+Blue) = 112+146+41=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #709229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709229 is #8F6DD6. Grayscale: #7C7C7C. Windows color (decimal): -9399767 or 2724464. OLE color: 2724464.

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

Color convert

RGB 112 146 41 -
CMYK 0.23 0 0.72 0.43
HSL 79.43º 0.56% 0.37% -
HSV(B) 79.43º 0.72% 0.57% -
XYZ 17.36 24.16 5.85 -
YUV 123.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 112 146 41 0.23 0 0.72 0.43 79.43 0.56 0.37
Hex 70 92 29 17 0 48 2B 4F 38 25
Octal 160 222 51 27 0 110 53 117 70 45
Binary 1110000 10010010 101001 10111 0 1001000 101011 1001111 111000 100101

Color Harmonies of #709229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709229

Black with #709229

Text Example


Text Example

White with #709229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709229; }

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

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

background-color css

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

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

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

border-color css

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

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

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