#716A08

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

Shades of Olive #716A08

Tints of Olive #716A08

Color information

#716A08 (or 0x716A08) is unknown color: approx Olive. HEX triplet: 71, 6A and 08. RGB value is (113,106,8). Sum of RGB (Red+Green+Blue) = 113+106+8=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #716A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A08 is #8E95F7. Grayscale: #616161. Windows color (decimal): -9344504 or 551537. OLE color: 551537.

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

Color convert

RGB1131068-
CMYK00.060.930.56
HSL56º86.78%23.73%-
HSV(B)56º92.92%44.31%-
XYZ12.0113.842.27-
YUV96.9277.82139.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 106 (41.80% from 255) = 46.70%
BLUE value IS 8 (3.52% from 255) = 3.52%
R=49.78%
G=46.70%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113106800.060.930.565686.7823.73
Hex716A8065D38385718
Octal1611521006135707012730
Binary11100011101010100001101011101111000111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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