Html Css Color HEX #709134 Olive Drab

📋 copy color: '#709134'

red 112 ◦ green 145 ◦ blue 52

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

Shades of Olive Drab #709134

Tints of Olive Drab #709134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.83%

R = 36.25%
G = 46.93%
B = 16.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#709134 (or 0x709134) is known color: Olive Drab. HEX triplet: 70, 91 and 34. RGB value is (112,145,52). Sum of RGB (Red+Green+Blue) = 112+145+52=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #709134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709134 is #8F6ECB. Grayscale: #7C7C7C. Windows color (decimal): -9400012 or 3445104. OLE color: 3445104.

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

Color convert

RGB 112 145 52 -
CMYK 0.23 0 0.64 0.43
HSL 81.29º 0.47% 0.39% -
HSV(B) 81.29º 0.64% 0.57% -
XYZ 17.43 23.94 6.95 -
YUV 124.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 112 145 52 0.23 0 0.64 0.43 81.29 0.47 0.39
Hex 70 91 34 17 0 40 2B 51 2F 27
Octal 160 221 64 27 0 100 53 121 57 47
Binary 1110000 10010001 110100 10111 0 1000000 101011 1010001 101111 100111

Color Harmonies of #709134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709134

Black with #709134

Text Example


Text Example

White with #709134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709134; }

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

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

background-color css

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

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

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

border-color css

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

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

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