#717710

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

Shades of Olive #717710

Tints of Olive #717710

Color information

#717710 (or 0x717710) is unknown color: approx Olive. HEX triplet: 71, 77 and 10. RGB value is (113,119,16). Sum of RGB (Red+Green+Blue) = 113+119+16=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #717710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717710 is #8E88EF. Grayscale: #696969. Windows color (decimal): -9341168 or 1079153. OLE color: 1079153.

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

Color convert

RGB11311916-
CMYK0.0500.870.53
HSL63.5º76.3%26.47%-
HSV(B)63.5º86.55%46.67%-
XYZ13.516.743.01-
YUV105.4677.51133.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 16 (6.64% from 255) = 6.45%
R=45.56%
G=47.98%
B=6.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119160.0500.870.5363.576.326.47
Hex7177105057353f4c1a
Octal1611672050127657711432
Binary111000111101111000010101010111110101111111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717710; }

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

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

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

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

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

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

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

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