#17694E

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

Shades of Jewel #17694E

Tints of Jewel #17694E

Color information

#17694E (or 0x17694E) is unknown color: approx Jewel. HEX triplet: 17, 69 and 4E. RGB value is (23,105,78). Sum of RGB (Red+Green+Blue) = 23+105+78=206 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.17% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #17694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17694E is #E896B1. Grayscale: #4D4D4D. Windows color (decimal): -15242930 or 5138711. OLE color: 5138711.

HSL color Cylindrical-coordinate representation of color #17694E: hue angle of 160.24º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17694E is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB2310578-
CMYK0.7800.260.59
HSL160.24º64.06%25.1%-
HSV(B)160.24º78.1%41.18%-
XYZ6.7810.848.94-
YUV77.4128.3389.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.17%
GREEN value IS 105 (41.41% from 255) = 50.97%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=11.17%
G=50.97%
B=37.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23105780.7800.260.59160.2464.0625.1
Hex17694E4E01A3Ba04019
Octal271511161160327324010031
Binary1011111010011001110100111001101011101110100000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17694E; }

 p { color: rgb(23,105,78); }

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

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

 a { background-color: rgb(23,105,78); }

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

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

 span { border-color: rgb(23,105,78); }

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