Html Css Color HEX #709015 Olive Drab

📋 copy color: '#709015'

red 112 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #709015

Tints of Olive Drab #709015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.58%

R = 40.43%
G = 51.99%
B = 7.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#709015 (or 0x709015) is known color: Olive Drab. HEX triplet: 70, 90 and 15. RGB value is (112,144,21). Sum of RGB (Red+Green+Blue) = 112+144+21=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #709015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709015 is #8F6FEA. Grayscale: #787878. Windows color (decimal): -9400299 or 1413232. OLE color: 1413232.

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

Color convert

RGB 112 144 21 -
CMYK 0.22 0 0.85 0.44
HSL 75.61º 0.75% 0.32% -
HSV(B) 75.61º 0.85% 0.56% -
XYZ 16.79 23.45 4.35 -
YUV 120.41 71.9 122 -
System Red Green Blue C M Y K H S L
Decimal 112 144 21 0.22 0 0.85 0.44 75.61 0.75 0.32
Hex 70 90 15 16 0 55 2C 4C 4B 20
Octal 160 220 25 26 0 125 54 114 113 40
Binary 1110000 10010000 10101 10110 0 1010101 101100 1001100 1001011 100000

Color Harmonies of #709015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709015

Black with #709015

Text Example


Text Example

White with #709015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709015; }

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

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

background-color css

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

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

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

border-color css

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

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

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