Html Css Color HEX #709527 Olive Drab

📋 copy color: '#709527'

red 112 ◦ green 149 ◦ blue 39

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

Shades of Olive Drab #709527

Tints of Olive Drab #709527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13%

R = 37.33%
G = 49.67%
B = 13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#709527 (or 0x709527) is known color: Olive Drab. HEX triplet: 70, 95 and 27. RGB value is (112,149,39). Sum of RGB (Red+Green+Blue) = 112+149+39=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #709527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709527 is #8F6AD8. Grayscale: #7D7D7D. Windows color (decimal): -9399001 or 2594160. OLE color: 2594160.

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

Color convert

RGB 112 149 39 -
CMYK 0.25 0 0.74 0.42
HSL 80.18º 0.59% 0.37% -
HSV(B) 80.18º 0.74% 0.58% -
XYZ 17.8 25.09 5.82 -
YUV 125.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 112 149 39 0.25 0 0.74 0.42 80.18 0.59 0.37
Hex 70 95 27 19 0 4A 2A 50 3B 25
Octal 160 225 47 31 0 112 52 120 73 45
Binary 1110000 10010101 100111 11001 0 1001010 101010 1010000 111011 100101

Color Harmonies of #709527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709527

Black with #709527

Text Example


Text Example

White with #709527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709527; }

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

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

background-color css

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

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

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

border-color css

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

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

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