#71950E

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

Shades of Olive Drab #71950E

Tints of Olive Drab #71950E

Color information

#71950E (or 0x71950E) is unknown color: approx Olive Drab. HEX triplet: 71, 95 and 0E. RGB value is (113,149,14). Sum of RGB (Red+Green+Blue) = 113+149+14=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #71950E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71950E is #8E6AF1. Grayscale: #7B7B7B. Windows color (decimal): -9333490 or 955761. OLE color: 955761.

HSL color Cylindrical-coordinate representation of color #71950E: hue angle of 76º degrees, saturation: 0.83, 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 #71950E is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB11314914-
CMYK0.2400.910.42
HSL76º82.82%31.96%-
HSV(B)76º90.6%58.43%-
XYZ17.6425.044.32-
YUV122.8566.57120.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 149 (58.59% from 255) = 53.99%
BLUE value IS 14 (5.86% from 255) = 5.07%
R=40.94%
G=53.99%
B=5.07%

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
Decimal113149140.2400.910.427682.8231.96
Hex7195E1805B2A4c5320
Octal161225163001335211412340
Binary1110001100101011110110000101101110101010011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71950E; }

 p { color: rgb(113,149,14); }

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

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

 a { background-color: rgb(113,149,14); }

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

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

 span { border-color: rgb(113,149,14); }

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