Html Css Color HEX #709133 Olive Drab

📋 copy color: '#709133'

red 112 ◦ green 145 ◦ blue 51

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

Shades of Olive Drab #709133

Tints of Olive Drab #709133

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.08%

 BLUE value IS 51 (20.31% from 255) = 16.56%

R = 36.36%
G = 47.08%
B = 16.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#709133 (or 0x709133) is known color: Olive Drab. HEX triplet: 70, 91 and 33. RGB value is (112,145,51). Sum of RGB (Red+Green+Blue) = 112+145+51=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #709133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709133 is #8F6ECC. Grayscale: #7C7C7C. Windows color (decimal): -9400013 or 3379568. OLE color: 3379568.

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

Color convert

RGB 112 145 51 -
CMYK 0.23 0 0.65 0.43
HSL 81.06º 0.48% 0.38% -
HSV(B) 81.06º 0.65% 0.57% -
XYZ 17.41 23.93 6.83 -
YUV 124.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 112 145 51 0.23 0 0.65 0.43 81.06 0.48 0.38
Hex 70 91 33 17 0 41 2B 51 30 26
Octal 160 221 63 27 0 101 53 121 60 46
Binary 1110000 10010001 110011 10111 0 1000001 101011 1010001 110000 100110

Color Harmonies of #709133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709133

Black with #709133

Text Example


Text Example

White with #709133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709133; }

 p { color: rgb(112,145,51); }

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

background-color css

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

 a { background-color: rgb(112,145,51); }

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

border-color css

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

 span { border-color: rgb(112,145,51); }

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