#717006

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

Shades of Olive #717006

Tints of Olive #717006

Color information

#717006 (or 0x717006) is unknown color: approx Olive. HEX triplet: 71, 70 and 06. RGB value is (113,112,6). Sum of RGB (Red+Green+Blue) = 113+112+6=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #717006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717006 is #8E8FF9. Grayscale: #646464. Windows color (decimal): -9342970 or 422001. OLE color: 422001.

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

Color convert

RGB1131126-
CMYK00.010.950.56
HSL59.44º89.92%23.33%-
HSV(B)59.44º94.69%44.31%-
XYZ12.6415.112.42-
YUV100.2274.83137.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=48.92%
G=48.48%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113112600.010.950.5659.4489.9223.33
Hex71706015F383b5a17
Octal161160601137707313227
Binary11100011110000110011011111111000111011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717006; }

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

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

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

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

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

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

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

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