#717706

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

Shades of Olive #717706

Tints of Olive #717706

Color information

#717706 (or 0x717706) is unknown color: approx Olive. HEX triplet: 71, 77 and 06. RGB value is (113,119,6). Sum of RGB (Red+Green+Blue) = 113+119+6=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #717706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717706 is #8E88F9. Grayscale: #686868. Windows color (decimal): -9341178 or 423793. OLE color: 423793.

HSL color Cylindrical-coordinate representation of color #717706: hue angle of 63.19º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #717706 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1131196-
CMYK0.0500.950.53
HSL63.19º90.4%24.51%-
HSV(B)63.19º94.96%46.67%-
XYZ13.4416.722.69-
YUV104.3272.51134.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 2.52%
R=47.48%
G=50%
B=2.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11311960.0500.950.5363.1990.424.51
Hex71776505F353f5a19
Octal161167650137657713231
Binary1110001111011111010101011111110101111111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717706; }

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

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

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

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

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

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

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

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