#716F0B

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

Shades of Olive #716F0B

Tints of Olive #716F0B

Color information

#716F0B (or 0x716F0B) is unknown color: approx Olive. HEX triplet: 71, 6F and 0B. RGB value is (113,111,11). Sum of RGB (Red+Green+Blue) = 113+111+11=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #716F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716F0B is #8E90F4. Grayscale: #646464. Windows color (decimal): -9343221 or 749425. OLE color: 749425.

HSL color Cylindrical-coordinate representation of color #716F0B: hue angle of 58.82º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #716F0B is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB11311111-
CMYK00.020.900.56
HSL58.82º82.26%24.31%-
HSV(B)58.82º90.27%44.31%-
XYZ12.5514.92.53-
YUV100.277.66137.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 111 (43.75% from 255) = 47.23%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=48.09%
G=47.23%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131111100.020.900.5658.8282.2624.31
Hex716FB025A383b5218
Octal1611571302132707312230
Binary1110001110111110110101011010111000111011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,111,11); }

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

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

 a { background-color: rgb(113,111,11); }

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

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

 span { border-color: rgb(113,111,11); }

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