Shades of Elf Green #179975
Tints of Elf Green #179975
RGB
CMYK
RGB Variations
Color information
#179975 (or 0x179975) is known color: Elf Green. HEX triplet: 17, 99 and 75. RGB value is (23,153,117). Sum of RGB (Red+Green+Blue) = 23+153+117=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #179975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #179975 is #E8668A. Grayscale: #6E6E6E. Windows color (decimal): -15230603 or 7706903. OLE color: 7706903.
HSL color Cylindrical-coordinate representation of color #179975: hue angle of 163.38º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #179975 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 153 | 117 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.4 |
| HSL | 163.38º | 0.74% | 0.35% | - |
| HSV(B) | 163.38º | 0.85% | 0.6% | - |
| XYZ | 14.96 | 24.25 | 20.72 | - |
| YUV | 110.03 | 131.93 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 117 | 0.85 | 0 | 0.24 | 0.4 | 163.38 | 0.74 | 0.35 |
| Hex | 17 | 99 | 75 | 55 | 0 | 18 | 28 | A3 | 4A | 23 |
| Octal | 27 | 231 | 165 | 125 | 0 | 30 | 50 | 243 | 112 | 43 |
| Binary | 10111 | 10011001 | 1110101 | 1010101 | 0 | 11000 | 101000 | 10100011 | 1001010 | 100011 |
Color Harmonies of #179975
Complementary color
Monochromatic Colors of #179975
Black with #179975
Text Example
Text Example
White with #179975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179975; }
p { color: rgb(23,153,117); }
H1.HeaderClassName
{
color: #179975;
}
.AnyTagClassName
{
color: #179975;
}
</style>
background-color css
<style>
a { background-color: #179975; }
a { background-color: rgb(23,153,117); }
div.DivClassName
{
background-color: #179975;
}
.BgClassName
{
background-color: #179975;
}
</style>
border-color css
<style>
span { border-color: #179975; }
span { border-color: rgb(23,153,117); }
td.TdClassName
{
border-color: #179975;
}
.TagClassName
{
border-color: #179975;
}
</style>