#156A4F

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

Shades of Jewel #156A4F

Tints of Jewel #156A4F

Color information

#156A4F (or 0x156A4F) is unknown color: approx Jewel. HEX triplet: 15, 6A and 4F. RGB value is (21,106,79). Sum of RGB (Red+Green+Blue) = 21+106+79=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #156A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156A4F is #EA95B0. Grayscale: #4D4D4D. Windows color (decimal): -15373745 or 5204501. OLE color: 5204501.

HSL color Cylindrical-coordinate representation of color #156A4F: hue angle of 160.94º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156A4F is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB2110679-
CMYK0.8000.250.58
HSL160.94º66.93%24.9%-
HSV(B)160.94º80.19%41.57%-
XYZ6.8711.039.16-
YUV77.51128.8487.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 106 (41.80% from 255) = 51.46%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=10.19%
G=51.46%
B=38.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21106790.8000.250.58160.9466.9324.9
Hex156A4F500193Aa14319
Octal251521171200317224110331
Binary1010111010101001111101000001100111101010100001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156A4F; }

 p { color: rgb(21,106,79); }

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

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

 a { background-color: rgb(21,106,79); }

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

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

 span { border-color: rgb(21,106,79); }

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