Html Css Color HEX #709514 Olive Drab

📋 copy color: '#709514'

red 112 ◦ green 149 ◦ blue 20

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

Shades of Olive Drab #709514

Tints of Olive Drab #709514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 39.86%
G = 53.02%
B = 7.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#709514 (or 0x709514) is known color: Olive Drab. HEX triplet: 70, 95 and 14. RGB value is (112,149,20). Sum of RGB (Red+Green+Blue) = 112+149+20=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #709514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709514 is #8F6AEB. Grayscale: #7B7B7B. Windows color (decimal): -9399020 or 1348976. OLE color: 1348976.

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

Color convert

RGB 112 149 20 -
CMYK 0.25 0 0.87 0.42
HSL 77.21º 0.76% 0.33% -
HSV(B) 77.21º 0.87% 0.58% -
XYZ 17.56 24.99 4.56 -
YUV 123.23 69.74 119.99 -
System Red Green Blue C M Y K H S L
Decimal 112 149 20 0.25 0 0.87 0.42 77.21 0.76 0.33
Hex 70 95 14 19 0 57 2A 4D 4C 21
Octal 160 225 24 31 0 127 52 115 114 41
Binary 1110000 10010101 10100 11001 0 1010111 101010 1001101 1001100 100001

Color Harmonies of #709514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709514

Black with #709514

Text Example


Text Example

White with #709514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709514; }

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

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

background-color css

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

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

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

border-color css

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

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

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