#71711F

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

Shades of Olivetone #71711F

Tints of Olivetone #71711F

Color information

#71711F (or 0x71711F) is unknown color: approx Olivetone. HEX triplet: 71, 71 and 1F. RGB value is (113,113,31). Sum of RGB (Red+Green+Blue) = 113+113+31=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71711F is #8E8EE0. Grayscale: #676767. Windows color (decimal): -9342689 or 2060657. OLE color: 2060657.

HSL color Cylindrical-coordinate representation of color #71711F: hue angle of 60º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71711F is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB11311331-
CMYK000.730.56
HSL60º56.94%28.24%-
HSV(B)60º72.57%44.31%-
XYZ12.9615.423.59-
YUV103.6587134.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=43.97%
G=43.97%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311331000.730.566056.9428.24
Hex71711F0049383c391c
Octal161161370011170747134
Binary111000111100011111100100100111100011110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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