#71701E

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

Shades of Olivetone #71701E

Tints of Olivetone #71701E

Color information

#71701E (or 0x71701E) is unknown color: approx Olivetone. HEX triplet: 71, 70 and 1E. RGB value is (113,112,30). Sum of RGB (Red+Green+Blue) = 113+112+30=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71701E is #8E8FE1. Grayscale: #676767. Windows color (decimal): -9342946 or 1994865. OLE color: 1994865.

HSL color Cylindrical-coordinate representation of color #71701E: hue angle of 59.28º degrees, saturation: 0.58, 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 #71701E is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB11311230-
CMYK00.010.730.56
HSL59.28º58.04%28.04%-
HSV(B)59.28º73.45%44.31%-
XYZ12.8415.193.48-
YUV102.9586.83135.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=44.31%
G=43.92%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131123000.010.730.5659.2858.0428.04
Hex71701E0149383b3a1c
Octal161160360111170737234
Binary111000111100001111001100100111100011101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,112,30); }

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

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

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

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

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

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

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