#71940D

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

Shades of Olive Drab #71940D

Tints of Olive Drab #71940D

Color information

#71940D (or 0x71940D) is unknown color: approx Olive Drab. HEX triplet: 71, 94 and 0D. RGB value is (113,148,13). Sum of RGB (Red+Green+Blue) = 113+148+13=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #71940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71940D is #8E6BF2. Grayscale: #7A7A7A. Windows color (decimal): -9333747 or 889969. OLE color: 889969.

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

Color convert

RGB11314813-
CMYK0.2400.910.42
HSL75.56º83.85%31.57%-
HSV(B)75.56º91.22%58.04%-
XYZ17.4724.724.23-
YUV122.1466.4121.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 148 (58.20% from 255) = 54.01%
BLUE value IS 13 (5.47% from 255) = 4.74%
R=41.24%
G=54.01%
B=4.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148130.2400.910.4275.5683.8531.57
Hex7194D1805B2A4c5420
Octal161224153001335211412440
Binary1110001100101001101110000101101110101010011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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