#15694D

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

Shades of Jewel #15694D

Tints of Jewel #15694D

Color information

#15694D (or 0x15694D) is unknown color: approx Jewel. HEX triplet: 15, 69 and 4D. RGB value is (21,105,77). Sum of RGB (Red+Green+Blue) = 21+105+77=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #15694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15694D is #EA96B2. Grayscale: #4C4C4C. Windows color (decimal): -15374003 or 5073173. OLE color: 5073173.

HSL color Cylindrical-coordinate representation of color #15694D: hue angle of 160º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15694D is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB2110577-
CMYK0.8000.270.59
HSL160º66.67%24.71%-
HSV(B)160º80%41.18%-
XYZ6.710.88.75-
YUV76.69128.1788.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=10.34%
G=51.72%
B=37.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21105770.8000.270.5916066.6724.71
Hex15694D5001B3Ba04319
Octal251511151200337324010331
Binary1010111010011001101101000001101111101110100000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15694D; }

 p { color: rgb(21,105,77); }

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

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

 a { background-color: rgb(21,105,77); }

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

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

 span { border-color: rgb(21,105,77); }

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