#71702A

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

Shades of Olivetone #71702A

Tints of Olivetone #71702A

Color information

#71702A (or 0x71702A) is unknown color: approx Olivetone. HEX triplet: 71, 70 and 2A. RGB value is (113,112,42). Sum of RGB (Red+Green+Blue) = 113+112+42=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #71702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71702A is #8E8FD5. Grayscale: #686868. Windows color (decimal): -9342934 or 2781297. OLE color: 2781297.

HSL color Cylindrical-coordinate representation of color #71702A: hue angle of 59.15º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71702A is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB11311242-
CMYK00.010.630.56
HSL59.15º45.81%30.39%-
HSV(B)59.15º62.83%44.31%-
XYZ13.0215.274.45-
YUV104.3292.83134.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=42.32%
G=41.95%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131124200.010.630.5659.1545.8130.39
Hex71702A013F383b2e1e
Octal16116052017770735636
Binary111000111100001010100111111111100011101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71702A; }

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

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

<style>
 a { background-color: #71702A; }

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

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

<style>
 span { border-color: #71702A; }

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

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