#71960D

Color #71960D Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #71960D

Tints of Olive Drab #71960D

Color information

#71960D (or 0x71960D) is unknown color: approx Olive Drab. HEX triplet: 71, 96 and 0D. RGB value is (113,150,13). Sum of RGB (Red+Green+Blue) = 113+150+13=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #71960D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71960D is #8E69F2. Grayscale: #7B7B7B. Windows color (decimal): -9333235 or 890481. OLE color: 890481.

HSL color Cylindrical-coordinate representation of color #71960D: hue angle of 76.2º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71960D is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB11315013-
CMYK0.2500.910.41
HSL76.2º84.05%31.96%-
HSV(B)76.2º91.33%58.82%-
XYZ17.7925.354.34-
YUV123.3265.74120.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 150 (58.98% from 255) = 54.35%
BLUE value IS 13 (5.47% from 255) = 4.71%
R=40.94%
G=54.35%
B=4.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113150130.2500.910.4176.284.0531.96
Hex7196D1905B294c5420
Octal161226153101335111412440
Binary1110001100101101101110010101101110100110011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71960D; }

 p { color: rgb(113,150,13); }

 H1.HeaderClassName
 {
   color: #71960D;
 }
 .AnyTagClassName
 {
   color: #71960D;
 }
</style>
background-color css

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

 a { background-color: rgb(113,150,13); }

 div.DivClassName
 {
   background-color: #71960D;
 }
 .BgClassName
 {
   background-color: #71960D;
 }
</style>
border-color css

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

 span { border-color: rgb(113,150,13); }

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