Html Css Color HEX #709411 Olive Drab

📋 copy color: '#709411'

red 112 ◦ green 148 ◦ blue 17

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

Shades of Olive Drab #709411

Tints of Olive Drab #709411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.43%

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

R = 40.43%
G = 53.43%
B = 6.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#709411 (or 0x709411) is known color: Olive Drab. HEX triplet: 70, 94 and 11. RGB value is (112,148,17). Sum of RGB (Red+Green+Blue) = 112+148+17=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #709411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709411 is #8F6BEE. Grayscale: #7A7A7A. Windows color (decimal): -9399279 or 1152112. OLE color: 1152112.

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

Color convert

RGB 112 148 17 -
CMYK 0.24 0 0.89 0.42
HSL 76.49º 0.79% 0.32% -
HSV(B) 76.49º 0.89% 0.58% -
XYZ 17.37 24.67 4.38 -
YUV 122.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 112 148 17 0.24 0 0.89 0.42 76.49 0.79 0.32
Hex 70 94 11 18 0 59 2A 4C 4F 20
Octal 160 224 21 30 0 131 52 114 117 40
Binary 1110000 10010100 10001 11000 0 1011001 101010 1001100 1001111 100000

Color Harmonies of #709411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709411

Black with #709411

Text Example


Text Example

White with #709411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709411; }

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

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

background-color css

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

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

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

border-color css

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

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

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