Html Css Color HEX #709115 Olive Drab

📋 copy color: '#709115'

red 112 ◦ green 145 ◦ blue 21

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

Shades of Olive Drab #709115

Tints of Olive Drab #709115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.16%

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

R = 40.29%
G = 52.16%
B = 7.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#709115 (or 0x709115) is known color: Olive Drab. HEX triplet: 70, 91 and 15. RGB value is (112,145,21). Sum of RGB (Red+Green+Blue) = 112+145+21=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #709115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709115 is #8F6EEA. Grayscale: #797979. Windows color (decimal): -9400043 or 1413488. OLE color: 1413488.

HSL color Cylindrical-coordinate representation of color #709115: hue angle of 75.97º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #709115 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 21 -
CMYK 0.23 0 0.86 0.43
HSL 75.97º 0.75% 0.33% -
HSV(B) 75.97º 0.86% 0.57% -
XYZ 16.94 23.75 4.4 -
YUV 121 71.57 121.58 -
System Red Green Blue C M Y K H S L
Decimal 112 145 21 0.23 0 0.86 0.43 75.97 0.75 0.33
Hex 70 91 15 17 0 56 2B 4C 4B 21
Octal 160 221 25 27 0 126 53 114 113 41
Binary 1110000 10010001 10101 10111 0 1010110 101011 1001100 1001011 100001

Color Harmonies of #709115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709115

Black with #709115

Text Example


Text Example

White with #709115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709115; }

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

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

background-color css

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

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

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

border-color css

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

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

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