#716D06

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

Shades of Olive #716D06

Tints of Olive #716D06

Color information

#716D06 (or 0x716D06) is unknown color: approx Olive. HEX triplet: 71, 6D and 06. RGB value is (113,109,6). Sum of RGB (Red+Green+Blue) = 113+109+6=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #716D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716D06 is #8E92F9. Grayscale: #626262. Windows color (decimal): -9343738 or 421233. OLE color: 421233.

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

Color convert

RGB1131096-
CMYK00.040.950.56
HSL57.76º89.92%23.33%-
HSV(B)57.76º94.69%44.31%-
XYZ12.3114.462.31-
YUV98.4575.83138.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 109 (42.97% from 255) = 47.81%
BLUE value IS 6 (2.73% from 255) = 2.63%
R=49.56%
G=47.81%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113109600.040.950.5657.7689.9223.33
Hex716D6045F383a5a17
Octal161155604137707213227
Binary1110001110110111001001011111111000111010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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