#716D0A

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

Shades of Olive #716D0A

Tints of Olive #716D0A

Color information

#716D0A (or 0x716D0A) is unknown color: approx Olive. HEX triplet: 71, 6D and 0A. RGB value is (113,109,10). Sum of RGB (Red+Green+Blue) = 113+109+10=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #716D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716D0A is #8E92F5. Grayscale: #636363. Windows color (decimal): -9343734 or 683377. OLE color: 683377.

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

Color convert

RGB11310910-
CMYK00.040.910.56
HSL57.67º83.74%24.12%-
HSV(B)57.67º91.15%44.31%-
XYZ12.3314.472.43-
YUV98.9177.83138.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 109 (42.97% from 255) = 46.98%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=48.71%
G=46.98%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131091000.040.910.5657.6783.7424.12
Hex716DA045B383a5418
Octal1611551204133707212430
Binary11100011101101101001001011011111000111010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,109,10); }

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

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

 a { background-color: rgb(113,109,10); }

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

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

 span { border-color: rgb(113,109,10); }

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