Html Css Color HEX #0D7261 Tropical Rain Forest
📋 copy color: '#0D7261'red 13 ◦ green 114 ◦ blue 97
Shades of Tropical Rain Forest #0D7261
Tints of Tropical Rain Forest #0D7261
RGB
CMYK
RGB Variations
Color information
#0D7261 (or 0x0D7261) is known color: Tropical Rain Forest. HEX triplet: 0D, 72 and 61. RGB value is (13,114,97). Sum of RGB (Red+Green+Blue) = 13+114+97=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #0D7261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7261 is #F28D9E. Grayscale: #515151. Windows color (decimal): -15895967 or 6386189. OLE color: 6386189.
HSL color Cylindrical-coordinate representation of color #0D7261: hue angle of 169.9º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7261 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 114 | 97 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.55 |
| HSL | 169.9º | 0.8% | 0.25% | - |
| HSV(B) | 169.9º | 0.89% | 0.45% | - |
| XYZ | 8.34 | 12.98 | 13.38 | - |
| YUV | 81.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 97 | 0.89 | 0 | 0.15 | 0.55 | 169.9 | 0.8 | 0.25 |
| Hex | D | 72 | 61 | 59 | 0 | F | 37 | AA | 50 | 19 |
| Octal | 15 | 162 | 141 | 131 | 0 | 17 | 67 | 252 | 120 | 31 |
| Binary | 1101 | 1110010 | 1100001 | 1011001 | 0 | 1111 | 110111 | 10101010 | 1010000 | 11001 |
Color Harmonies of #0D7261
Complementary color
Monochromatic Colors of #0D7261
Black with #0D7261
Text Example
Text Example
White with #0D7261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7261; }
p { color: rgb(13,114,97); }
H1.HeaderClassName
{
color: #0D7261;
}
.AnyTagClassName
{
color: #0D7261;
}
</style>
background-color css
<style>
a { background-color: #0D7261; }
a { background-color: rgb(13,114,97); }
div.DivClassName
{
background-color: #0D7261;
}
.BgClassName
{
background-color: #0D7261;
}
</style>
border-color css
<style>
span { border-color: #0D7261; }
span { border-color: rgb(13,114,97); }
td.TdClassName
{
border-color: #0D7261;
}
.TagClassName
{
border-color: #0D7261;
}
</style>