#716B28

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

Shades of Olivetone #716B28

Tints of Olivetone #716B28

Color information

#716B28 (or 0x716B28) is unknown color: approx Olivetone. HEX triplet: 71, 6B and 28. RGB value is (113,107,40). Sum of RGB (Red+Green+Blue) = 113+107+40=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #716B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B28 is #8E94D7. Grayscale: #656565. Windows color (decimal): -9344216 or 2648945. OLE color: 2648945.

HSL color Cylindrical-coordinate representation of color #716B28: hue angle of 55.07º degrees, saturation: 0.48, 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 #716B28 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB11310740-
CMYK00.050.650.56
HSL55.07º47.71%30%-
HSV(B)55.07º64.6%44.31%-
XYZ12.4514.184.09-
YUV101.1693.49136.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 107 (42.19% from 255) = 41.15%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=43.46%
G=41.15%
B=15.38%

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
Decimal1131074000.050.650.5655.0747.7130
Hex716B2805413837301e
Octal161153500510170676036
Binary111000111010111010000101100000111100011011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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