#716A0F

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

Shades of Olivetone #716A0F

Tints of Olivetone #716A0F

Color information

#716A0F (or 0x716A0F) is unknown color: approx Olivetone. HEX triplet: 71, 6A and 0F. RGB value is (113,106,15). Sum of RGB (Red+Green+Blue) = 113+106+15=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #716A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A0F is #8E95F0. Grayscale: #626262. Windows color (decimal): -9344497 or 1010289. OLE color: 1010289.

HSL color Cylindrical-coordinate representation of color #716A0F: hue angle of 55.71º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #716A0F is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB11310615-
CMYK00.060.870.56
HSL55.71º76.56%25.1%-
HSV(B)55.71º86.73%44.31%-
XYZ12.0513.852.49-
YUV97.7281.32138.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=48.29%
G=45.30%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131061500.060.870.5655.7176.5625.1
Hex716AF065738384d19
Octal1611521706127707011531
Binary11100011101010111101101010111111000111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,106,15); }

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

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

 a { background-color: rgb(113,106,15); }

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

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

 span { border-color: rgb(113,106,15); }

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