Html Css Color HEX #709715 Olive Drab

📋 copy color: '#709715'

red 112 ◦ green 151 ◦ blue 21

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

Shades of Olive Drab #709715

Tints of Olive Drab #709715

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.17%

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

R = 39.44%
G = 53.17%
B = 7.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#709715 (or 0x709715) is known color: Olive Drab. HEX triplet: 70, 97 and 15. RGB value is (112,151,21). Sum of RGB (Red+Green+Blue) = 112+151+21=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #709715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709715 is #8F68EA. Grayscale: #7D7D7D. Windows color (decimal): -9398507 or 1415024. OLE color: 1415024.

HSL color Cylindrical-coordinate representation of color #709715: hue angle of 78º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #709715 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 21 -
CMYK 0.26 0 0.86 0.41
HSL 78º 0.76% 0.34% -
HSV(B) 78º 0.86% 0.59% -
XYZ 17.88 25.63 4.71 -
YUV 124.52 69.58 119.07 -
System Red Green Blue C M Y K H S L
Decimal 112 151 21 0.26 0 0.86 0.41 78 0.76 0.34
Hex 70 97 15 1A 0 56 29 4E 4C 22
Octal 160 227 25 32 0 126 51 116 114 42
Binary 1110000 10010111 10101 11010 0 1010110 101001 1001110 1001100 100010

Color Harmonies of #709715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709715

Black with #709715

Text Example


Text Example

White with #709715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709715; }

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

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

background-color css

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

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

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

border-color css

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

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

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