#716B27

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

Shades of Olivetone #716B27

Tints of Olivetone #716B27

Color information

#716B27 (or 0x716B27) is unknown color: approx Olivetone. HEX triplet: 71, 6B and 27. RGB value is (113,107,39). Sum of RGB (Red+Green+Blue) = 113+107+39=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #716B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B27 is #8E94D8. Grayscale: #656565. Windows color (decimal): -9344217 or 2583409. OLE color: 2583409.

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

Color convert

RGB11310739-
CMYK00.050.650.56
HSL55.14º48.68%29.8%-
HSV(B)55.14º65.49%44.31%-
XYZ12.4314.174-
YUV101.0492.99136.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 107 (42.19% from 255) = 41.31%
BLUE value IS 39 (15.62% from 255) = 15.06%
R=43.63%
G=41.31%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131073900.050.650.5655.1448.6829.8
Hex716B2705413837311e
Octal161153470510170676136
Binary111000111010111001110101100000111100011011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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