#716F2A

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

Shades of Olivetone #716F2A

Tints of Olivetone #716F2A

Color information

#716F2A (or 0x716F2A) is unknown color: approx Olivetone. HEX triplet: 71, 6F and 2A. RGB value is (113,111,42). Sum of RGB (Red+Green+Blue) = 113+111+42=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #716F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F2A is #8E90D5. Grayscale: #686868. Windows color (decimal): -9343190 or 2781041. OLE color: 2781041.

HSL color Cylindrical-coordinate representation of color #716F2A: hue angle of 58.31º 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 #716F2A is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB11311142-
CMYK00.020.630.56
HSL58.31º45.81%30.39%-
HSV(B)58.31º62.83%44.31%-
XYZ12.9115.054.41-
YUV103.7393.16134.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 111 (43.75% from 255) = 41.73%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=42.48%
G=41.73%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131114200.020.630.5658.3145.8130.39
Hex716F2A023F383a2e1e
Octal16115752027770725636
Binary1110001110111110101001011111111100011101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716F2A; }

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

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

<style>
 a { background-color: #716F2A; }

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

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

<style>
 span { border-color: #716F2A; }

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

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