#717615

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

Shades of Olivetone #717615

Tints of Olivetone #717615

Color information

#717615 (or 0x717615) is unknown color: approx Olivetone. HEX triplet: 71, 76 and 15. RGB value is (113,118,21). Sum of RGB (Red+Green+Blue) = 113+118+21=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #717615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717615 is #8E89EA. Grayscale: #696969. Windows color (decimal): -9341419 or 1406577. OLE color: 1406577.

HSL color Cylindrical-coordinate representation of color #717615: hue angle of 63.09º 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 #717615 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB11311821-
CMYK0.0400.820.54
HSL63.09º69.78%27.25%-
HSV(B)63.09º82.2%46.27%-
XYZ13.4216.523.19-
YUV105.4580.34133.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=44.84%
G=46.83%
B=8.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113118210.0400.820.5463.0969.7827.25
Hex7176154052363f461b
Octal1611662540122667710633
Binary111000111101101010110001010010110110111111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717615; }

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

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

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

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

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

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

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

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