#716913

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

Shades of Olivetone #716913

Tints of Olivetone #716913

Color information

#716913 (or 0x716913) is unknown color: approx Olivetone. HEX triplet: 71, 69 and 13. RGB value is (113,105,19). Sum of RGB (Red+Green+Blue) = 113+105+19=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #716913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716913 is #8E96EC. Grayscale: #616161. Windows color (decimal): -9344749 or 1272177. OLE color: 1272177.

HSL color Cylindrical-coordinate representation of color #716913: hue angle of 54.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #716913 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB11310519-
CMYK00.070.830.56
HSL54.89º71.21%25.88%-
HSV(B)54.89º83.19%44.31%-
XYZ11.9813.662.62-
YUV97.5983.65138.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=47.68%
G=44.30%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131051900.070.830.5654.8971.2125.88
Hex71691307533837471a
Octal1611512307123706710732
Binary111000111010011001101111010011111000110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716913; }

 p { color: rgb(113,105,19); }

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

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

 a { background-color: rgb(113,105,19); }

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

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

 span { border-color: rgb(113,105,19); }

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