Html Css Color HEX #008165 Tropical Rain Forest
📋 copy color: '#008165'red 0 ◦ green 129 ◦ blue 101
Shades of Tropical Rain Forest #008165
Tints of Tropical Rain Forest #008165
RGB
CMYK
RGB Variations
Color information
#008165 (or 0x008165) is known color: Tropical Rain Forest. HEX triplet: 00, 81 and 65. RGB value is (0,129,101). Sum of RGB (Red+Green+Blue) = 0+129+101=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #008165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008165 is #FF7E9A. Grayscale: #575757. Windows color (decimal): -16744091 or 6652160. OLE color: 6652160.
HSL color Cylindrical-coordinate representation of color #008165: hue angle of 166.98º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008165 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 101 | - |
| CMYK | 1 | 0 | 0.22 | 0.49 |
| HSL | 166.98º | 1% | 0.25% | - |
| HSV(B) | 166.98º | 1% | 0.51% | - |
| XYZ | 10.2 | 16.64 | 14.99 | - |
| YUV | 87.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 101 | 1 | 0 | 0.22 | 0.49 | 166.98 | 1 | 0.25 |
| Hex | 0 | 81 | 65 | 64 | 0 | 16 | 31 | A7 | 64 | 19 |
| Octal | 0 | 201 | 145 | 144 | 0 | 26 | 61 | 247 | 144 | 31 |
| Binary | 0 | 10000001 | 1100101 | 1100100 | 0 | 10110 | 110001 | 10100111 | 1100100 | 11001 |
Color Harmonies of #008165
Complementary color
Monochromatic Colors of #008165
Black with #008165
Text Example
Text Example
White with #008165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008165; }
p { color: rgb(0,129,101); }
H1.HeaderClassName
{
color: #008165;
}
.AnyTagClassName
{
color: #008165;
}
</style>
background-color css
<style>
a { background-color: #008165; }
a { background-color: rgb(0,129,101); }
div.DivClassName
{
background-color: #008165;
}
.BgClassName
{
background-color: #008165;
}
</style>
border-color css
<style>
span { border-color: #008165; }
span { border-color: rgb(0,129,101); }
td.TdClassName
{
border-color: #008165;
}
.TagClassName
{
border-color: #008165;
}
</style>