#717515

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

Shades of Olivetone #717515

Tints of Olivetone #717515

Color information

#717515 (or 0x717515) is unknown color: approx Olivetone. HEX triplet: 71, 75 and 15. RGB value is (113,117,21). Sum of RGB (Red+Green+Blue) = 113+117+21=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #717515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717515 is #8E8AEA. Grayscale: #696969. Windows color (decimal): -9341675 or 1406321. OLE color: 1406321.

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

Color convert

RGB11311721-
CMYK0.0300.820.54
HSL62.5º69.57%27.06%-
HSV(B)62.5º82.05%45.88%-
XYZ13.3116.293.15-
YUV104.8680.67133.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 21 (8.59% from 255) = 8.37%
R=45.02%
G=46.61%
B=8.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117210.0300.820.5462.569.5727.06
Hex7175153052363e461b
Octal1611652530122667610633
Binary11100011110101101011101010010110110111110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717515; }

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

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

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

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

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

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

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

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