Html Css Color HEX #709529 Olive Drab

📋 copy color: '#709529'

red 112 ◦ green 149 ◦ blue 41

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

Shades of Olive Drab #709529

Tints of Olive Drab #709529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.34%

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

R = 37.09%
G = 49.34%
B = 13.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#709529 (or 0x709529) is known color: Olive Drab. HEX triplet: 70, 95 and 29. RGB value is (112,149,41). Sum of RGB (Red+Green+Blue) = 112+149+41=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #709529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709529 is #8F6AD6. Grayscale: #7E7E7E. Windows color (decimal): -9398999 or 2725232. OLE color: 2725232.

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

Color convert

RGB 112 149 41 -
CMYK 0.25 0 0.72 0.42
HSL 80.56º 0.57% 0.37% -
HSV(B) 80.56º 0.72% 0.58% -
XYZ 17.83 25.1 6 -
YUV 125.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 112 149 41 0.25 0 0.72 0.42 80.56 0.57 0.37
Hex 70 95 29 19 0 48 2A 51 39 25
Octal 160 225 51 31 0 110 52 121 71 45
Binary 1110000 10010101 101001 11001 0 1001000 101010 1010001 111001 100101

Color Harmonies of #709529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709529

Black with #709529

Text Example


Text Example

White with #709529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709529; }

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

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

background-color css

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

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

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

border-color css

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

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

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