#71761F

Color #71761F Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #71761F

Tints of Olivetone #71761F

Color information

#71761F (or 0x71761F) is unknown color: approx Olivetone. HEX triplet: 71, 76 and 1F. RGB value is (113,118,31). Sum of RGB (Red+Green+Blue) = 113+118+31=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #71761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71761F is #8E89E0. Grayscale: #6A6A6A. Windows color (decimal): -9341409 or 2061937. OLE color: 2061937.

HSL color Cylindrical-coordinate representation of color #71761F: hue angle of 63.45º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71761F is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB11311831-
CMYK0.0400.740.54
HSL63.45º58.39%29.22%-
HSV(B)63.45º73.73%46.27%-
XYZ13.5416.573.78-
YUV106.5985.34132.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 31 (12.5% from 255) = 11.83%
R=43.13%
G=45.04%
B=11.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113118310.0400.740.5463.4558.3929.22
Hex71761F404A363f3a1d
Octal161166374011266777235
Binary11100011110110111111000100101011011011111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71761F; }

 p { color: rgb(113,118,31); }

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

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

 a { background-color: rgb(113,118,31); }

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

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

 span { border-color: rgb(113,118,31); }

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