#716706

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

Shades of Olive #716706

Tints of Olive #716706

Color information

#716706 (or 0x716706) is unknown color: approx Olive. HEX triplet: 71, 67 and 06. RGB value is (113,103,6). Sum of RGB (Red+Green+Blue) = 113+103+6=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #716706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716706 is #8E98F9. Grayscale: #5F5F5F. Windows color (decimal): -9345274 or 419697. OLE color: 419697.

HSL color Cylindrical-coordinate representation of color #716706: hue angle of 54.39º 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 #716706 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB1131036-
CMYK00.090.950.56
HSL54.39º89.92%23.33%-
HSV(B)54.39º94.69%44.31%-
XYZ11.6913.222.11-
YUV94.9377.81140.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 103 (40.62% from 255) = 46.40%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=50.90%
G=46.40%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113103600.090.950.5654.3989.9223.33
Hex71676095F38365a17
Octal1611476011137706613227
Binary11100011100111110010011011111111000110110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716706; }

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

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

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

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

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

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

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

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