Html Css Color HEX #709017 Olive Drab

📋 copy color: '#709017'

red 112 ◦ green 144 ◦ blue 23

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

Shades of Olive Drab #709017

Tints of Olive Drab #709017

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.61%

 BLUE value IS 23 (9.38% from 255) = 8.24%

R = 40.14%
G = 51.61%
B = 8.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#709017 (or 0x709017) is known color: Olive Drab. HEX triplet: 70, 90 and 17. RGB value is (112,144,23). Sum of RGB (Red+Green+Blue) = 112+144+23=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #709017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709017 is #8F6FE8. Grayscale: #797979. Windows color (decimal): -9400297 or 1544304. OLE color: 1544304.

HSL color Cylindrical-coordinate representation of color #709017: hue angle of 75.87º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #709017 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 23 -
CMYK 0.22 0 0.84 0.44
HSL 75.87º 0.72% 0.33% -
HSV(B) 75.87º 0.84% 0.56% -
XYZ 16.81 23.45 4.45 -
YUV 120.64 72.9 121.84 -
System Red Green Blue C M Y K H S L
Decimal 112 144 23 0.22 0 0.84 0.44 75.87 0.72 0.33
Hex 70 90 17 16 0 54 2C 4C 48 21
Octal 160 220 27 26 0 124 54 114 110 41
Binary 1110000 10010000 10111 10110 0 1010100 101100 1001100 1001000 100001

Color Harmonies of #709017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709017

Black with #709017

Text Example


Text Example

White with #709017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709017; }

 p { color: rgb(112,144,23); }

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

background-color css

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

 a { background-color: rgb(112,144,23); }

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

border-color css

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

 span { border-color: rgb(112,144,23); }

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