Html Css Color HEX #0A7262 Tropical Rain Forest
📋 copy color: '#0A7262'red 10 ◦ green 114 ◦ blue 98
Shades of Tropical Rain Forest #0A7262
Tints of Tropical Rain Forest #0A7262
RGB
CMYK
RGB Variations
Color information
#0A7262 (or 0x0A7262) is known color: Tropical Rain Forest. HEX triplet: 0A, 72 and 62. RGB value is (10,114,98). Sum of RGB (Red+Green+Blue) = 10+114+98=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7262 is #F58D9D. Grayscale: #515151. Windows color (decimal): -16092574 or 6451722. OLE color: 6451722.
HSL color Cylindrical-coordinate representation of color #0A7262: hue angle of 170.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7262 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 98 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.55 |
| HSL | 170.77º | 0.84% | 0.24% | - |
| HSV(B) | 170.77º | 0.91% | 0.45% | - |
| XYZ | 8.35 | 12.98 | 13.62 | - |
| YUV | 81.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 98 | 0.91 | 0 | 0.14 | 0.55 | 170.77 | 0.84 | 0.24 |
| Hex | A | 72 | 62 | 5B | 0 | E | 37 | AB | 54 | 18 |
| Octal | 12 | 162 | 142 | 133 | 0 | 16 | 67 | 253 | 124 | 30 |
| Binary | 1010 | 1110010 | 1100010 | 1011011 | 0 | 1110 | 110111 | 10101011 | 1010100 | 11000 |
Color Harmonies of #0A7262
Complementary color
Monochromatic Colors of #0A7262
Black with #0A7262
Text Example
Text Example
White with #0A7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7262; }
p { color: rgb(10,114,98); }
H1.HeaderClassName
{
color: #0A7262;
}
.AnyTagClassName
{
color: #0A7262;
}
</style>
background-color css
<style>
a { background-color: #0A7262; }
a { background-color: rgb(10,114,98); }
div.DivClassName
{
background-color: #0A7262;
}
.BgClassName
{
background-color: #0A7262;
}
</style>
border-color css
<style>
span { border-color: #0A7262; }
span { border-color: rgb(10,114,98); }
td.TdClassName
{
border-color: #0A7262;
}
.TagClassName
{
border-color: #0A7262;
}
</style>