#716E26

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

Shades of Olivetone #716E26

Tints of Olivetone #716E26

Color information

#716E26 (or 0x716E26) is unknown color: approx Olivetone. HEX triplet: 71, 6E and 26. RGB value is (113,110,38). Sum of RGB (Red+Green+Blue) = 113+110+38=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #716E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E26 is #8E91D9. Grayscale: #666666. Windows color (decimal): -9343450 or 2518641. OLE color: 2518641.

HSL color Cylindrical-coordinate representation of color #716E26: hue angle of 57.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #716E26 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB11311038-
CMYK00.030.660.56
HSL57.6º49.67%29.61%-
HSV(B)57.6º66.37%44.31%-
XYZ12.7414.84.02-
YUV102.6991.49135.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 38 (15.23% from 255) = 14.56%
R=43.30%
G=42.15%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131103800.030.660.5657.649.6729.61
Hex716E260342383a321e
Octal161156460310270726236
Binary11100011101110100110011100001011100011101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,110,38); }

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

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

 a { background-color: rgb(113,110,38); }

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

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

 span { border-color: rgb(113,110,38); }

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