#156616

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

Shades of San Felix #156616

Tints of San Felix #156616

Color information

#156616 (or 0x156616) is unknown color: approx San Felix. HEX triplet: 15, 66 and 16. RGB value is (21,102,22). Sum of RGB (Red+Green+Blue) = 21+102+22=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #156616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156616 is #EA99E9. Grayscale: #444444. Windows color (decimal): -15374826 or 1467925. OLE color: 1467925.

HSL color Cylindrical-coordinate representation of color #156616: hue angle of 120.74º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156616 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB2110222-
CMYK0.7900.780.6
HSL120.74º65.85%24.12%-
HSV(B)120.74º79.41%40%-
XYZ5.219.722.36-
YUV68.66101.6694-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 102 (40.23% from 255) = 70.34%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=14.48%
G=70.34%
B=15.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102220.7900.780.6120.7465.8524.12
Hex1566164F04E3C794218
Octal251462611701167417110230
Binary101011100110101101001111010011101111001111001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156616; }

 p { color: rgb(21,102,22); }

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

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

 a { background-color: rgb(21,102,22); }

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

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

 span { border-color: rgb(21,102,22); }

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