#716B18

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

Shades of Olivetone #716B18

Tints of Olivetone #716B18

Color information

#716B18 (or 0x716B18) is unknown color: approx Olivetone. HEX triplet: 71, 6B and 18. RGB value is (113,107,24). Sum of RGB (Red+Green+Blue) = 113+107+24=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #716B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716B18 is #8E94E7. Grayscale: #636363. Windows color (decimal): -9344232 or 1600369. OLE color: 1600369.

HSL color Cylindrical-coordinate representation of color #716B18: hue angle of 55.96º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #716B18 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB11310724-
CMYK00.050.790.56
HSL55.96º64.96%26.86%-
HSV(B)55.96º78.76%44.31%-
XYZ12.2314.092.94-
YUV99.3385.49137.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=46.31%
G=43.85%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131072400.050.790.5655.9664.9626.86
Hex716B18054F3838411b
Octal1611533005117707010133
Binary111000111010111100001011001111111000111000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,107,24); }

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

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

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

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

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

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

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