#717510

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

Shades of Olive #717510

Tints of Olive #717510

Color information

#717510 (or 0x717510) is unknown color: approx Olive. HEX triplet: 71, 75 and 10. RGB value is (113,117,16). Sum of RGB (Red+Green+Blue) = 113+117+16=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #717510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717510 is #8E8AEF. Grayscale: #686868. Windows color (decimal): -9341680 or 1078641. OLE color: 1078641.

HSL color Cylindrical-coordinate representation of color #717510: hue angle of 62.38º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #717510 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB11311716-
CMYK0.0300.860.54
HSL62.38º75.94%26.08%-
HSV(B)62.38º86.32%45.88%-
XYZ13.2616.272.93-
YUV104.2978.17134.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 16 (6.64% from 255) = 6.50%
R=45.93%
G=47.56%
B=6.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117160.0300.860.5462.3875.9426.08
Hex7175103056363e4c1a
Octal1611652030126667611432
Binary11100011110101100001101010110110110111110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717510; }

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

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

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

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

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

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

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

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