#71851B

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

Shades of Olive Drab #71851B

Tints of Olive Drab #71851B

Color information

#71851B (or 0x71851B) is unknown color: approx Olive Drab. HEX triplet: 71, 85 and 1B. RGB value is (113,133,27). Sum of RGB (Red+Green+Blue) = 113+133+27=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #71851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71851B is #8E7AE4. Grayscale: #737373. Windows color (decimal): -9337573 or 1803633. OLE color: 1803633.

HSL color Cylindrical-coordinate representation of color #71851B: hue angle of 71.32º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71851B is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB11313327-
CMYK0.1500.800.48
HSL71.32º66.25%31.37%-
HSV(B)71.32º79.7%52.16%-
XYZ15.420.364.16-
YUV114.9478.37126.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 27 (10.94% from 255) = 9.89%
R=41.39%
G=48.72%
B=9.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133270.1500.800.4871.3266.2531.37
Hex71851BF0503047421f
Octal161205331701206010710237
Binary111000110000101110111111010100001100001000111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71851B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71851B; }

 p { color: rgb(113,133,27); }

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

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

 a { background-color: rgb(113,133,27); }

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

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

 span { border-color: rgb(113,133,27); }

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