Html Css Color HEX #017764 Tropical Rain Forest
📋 copy color: '#017764'red 1 ◦ green 119 ◦ blue 100
Shades of Tropical Rain Forest #017764
Tints of Tropical Rain Forest #017764
RGB
CMYK
RGB Variations
Color information
#017764 (or 0x017764) is known color: Tropical Rain Forest. HEX triplet: 01, 77 and 64. RGB value is (1,119,100). Sum of RGB (Red+Green+Blue) = 1+119+100=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #017764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017764 is #FE889B. Grayscale: #515151. Windows color (decimal): -16681116 or 6584065. OLE color: 6584065.
HSL color Cylindrical-coordinate representation of color #017764: hue angle of 170.34º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017764 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 100 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.53 |
| HSL | 170.34º | 0.98% | 0.24% | - |
| HSV(B) | 170.34º | 0.99% | 0.47% | - |
| XYZ | 8.91 | 14.12 | 14.31 | - |
| YUV | 81.55 | 138.41 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 100 | 0.99 | 0 | 0.16 | 0.53 | 170.34 | 0.98 | 0.24 |
| Hex | 1 | 77 | 64 | 63 | 0 | 10 | 35 | AA | 62 | 18 |
| Octal | 1 | 167 | 144 | 143 | 0 | 20 | 65 | 252 | 142 | 30 |
| Binary | 1 | 1110111 | 1100100 | 1100011 | 0 | 10000 | 110101 | 10101010 | 1100010 | 11000 |
Color Harmonies of #017764
Complementary color
Monochromatic Colors of #017764
Black with #017764
Text Example
Text Example
White with #017764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017764; }
p { color: rgb(1,119,100); }
H1.HeaderClassName
{
color: #017764;
}
.AnyTagClassName
{
color: #017764;
}
</style>
background-color css
<style>
a { background-color: #017764; }
a { background-color: rgb(1,119,100); }
div.DivClassName
{
background-color: #017764;
}
.BgClassName
{
background-color: #017764;
}
</style>
border-color css
<style>
span { border-color: #017764; }
span { border-color: rgb(1,119,100); }
td.TdClassName
{
border-color: #017764;
}
.TagClassName
{
border-color: #017764;
}
</style>