#716C1F

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

Shades of Olivetone #716C1F

Tints of Olivetone #716C1F

Color information

#716C1F (or 0x716C1F) is unknown color: approx Olivetone. HEX triplet: 71, 6C and 1F. RGB value is (113,108,31). Sum of RGB (Red+Green+Blue) = 113+108+31=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #716C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C1F is #8E93E0. Grayscale: #656565. Windows color (decimal): -9343969 or 2059377. OLE color: 2059377.

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

Color convert

RGB11310831-
CMYK00.040.730.56
HSL56.34º56.94%28.24%-
HSV(B)56.34º72.57%44.31%-
XYZ12.4214.333.41-
YUV100.7288.66136.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 108 (42.58% from 255) = 42.86%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=44.84%
G=42.86%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131083100.040.730.5656.3456.9428.24
Hex716C1F04493838391c
Octal161154370411170707134
Binary11100011101100111110100100100111100011100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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