#17614A

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

Shades of Jewel #17614A

Tints of Jewel #17614A

Color information

#17614A (or 0x17614A) is unknown color: approx Jewel. HEX triplet: 17, 61 and 4A. RGB value is (23,97,74). Sum of RGB (Red+Green+Blue) = 23+97+74=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #17614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17614A is #E89EB5. Grayscale: #484848. Windows color (decimal): -15244982 or 4874519. OLE color: 4874519.

HSL color Cylindrical-coordinate representation of color #17614A: hue angle of 161.35º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17614A is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB239774-
CMYK0.7600.240.62
HSL161.35º61.67%23.53%-
HSV(B)161.35º76.29%38.04%-
XYZ5.869.237.95-
YUV72.25128.9892.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=11.86%
G=50%
B=38.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2397740.7600.240.62161.3561.6723.53
Hex17614A4C0183Ea13e18
Octal27141112114030762417630
Binary101111100001100101010011000110001111101010000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17614A; }

 p { color: rgb(23,97,74); }

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

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

 a { background-color: rgb(23,97,74); }

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

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

 span { border-color: rgb(23,97,74); }

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