Html Css Color HEX #709511 Olive Drab

📋 copy color: '#709511'

red 112 ◦ green 149 ◦ blue 17

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

Shades of Olive Drab #709511

Tints of Olive Drab #709511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 40.29%
G = 53.6%
B = 6.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#709511 (or 0x709511) is known color: Olive Drab. HEX triplet: 70, 95 and 11. RGB value is (112,149,17). Sum of RGB (Red+Green+Blue) = 112+149+17=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #709511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709511 is #8F6AEE. Grayscale: #7B7B7B. Windows color (decimal): -9399023 or 1152368. OLE color: 1152368.

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

Color convert

RGB 112 149 17 -
CMYK 0.25 0 0.89 0.42
HSL 76.82º 0.8% 0.33% -
HSV(B) 76.82º 0.89% 0.58% -
XYZ 17.53 24.98 4.43 -
YUV 122.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 112 149 17 0.25 0 0.89 0.42 76.82 0.8 0.33
Hex 70 95 11 19 0 59 2A 4D 50 21
Octal 160 225 21 31 0 131 52 115 120 41
Binary 1110000 10010101 10001 11001 0 1011001 101010 1001101 1010000 100001

Color Harmonies of #709511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709511

Black with #709511

Text Example


Text Example

White with #709511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709511; }

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

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

background-color css

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

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

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

border-color css

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

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

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