#716618

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

Shades of Olivetone #716618

Tints of Olivetone #716618

Color information

#716618 (or 0x716618) is unknown color: approx Olivetone. HEX triplet: 71, 66 and 18. RGB value is (113,102,24). Sum of RGB (Red+Green+Blue) = 113+102+24=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #716618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716618 is #8E99E7. Grayscale: #606060. Windows color (decimal): -9345512 or 1599089. OLE color: 1599089.

HSL color Cylindrical-coordinate representation of color #716618: hue angle of 52.58º 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 #716618 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB11310224-
CMYK00.100.790.56
HSL52.58º64.96%26.86%-
HSV(B)52.58º78.76%44.31%-
XYZ11.7313.082.77-
YUV96.487.14139.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 24 (9.77% from 255) = 10.04%
R=47.28%
G=42.68%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131022400.100.790.5652.5864.9626.86
Hex7166180A4F3835411b
Octal16114630012117706510133
Binary1110001110011011000010101001111111000110101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716618; }

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

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

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

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

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

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

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

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