Html Css Color HEX #0C7B57 Tropical Rain Forest
📋 copy color: '#0C7B57'red 12 ◦ green 123 ◦ blue 87
Shades of Tropical Rain Forest #0C7B57
Tints of Tropical Rain Forest #0C7B57
RGB
CMYK
RGB Variations
Color information
#0C7B57 (or 0x0C7B57) is known color: Tropical Rain Forest. HEX triplet: 0C, 7B and 57. RGB value is (12,123,87). Sum of RGB (Red+Green+Blue) = 12+123+87=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #0C7B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7B57 is #F384A8. Grayscale: #555555. Windows color (decimal): -15959209 or 5733132. OLE color: 5733132.
HSL color Cylindrical-coordinate representation of color #0C7B57: hue angle of 160.54º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7B57 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 12 | 123 | 87 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.52 |
| HSL | 160.54º | 0.82% | 0.26% | - |
| HSV(B) | 160.54º | 0.9% | 0.48% | - |
| XYZ | 8.95 | 14.93 | 11.43 | - |
| YUV | 85.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 123 | 87 | 0.90 | 0 | 0.29 | 0.52 | 160.54 | 0.82 | 0.26 |
| Hex | C | 7B | 57 | 5A | 0 | 1D | 34 | A1 | 52 | 1A |
| Octal | 14 | 173 | 127 | 132 | 0 | 35 | 64 | 241 | 122 | 32 |
| Binary | 1100 | 1111011 | 1010111 | 1011010 | 0 | 11101 | 110100 | 10100001 | 1010010 | 11010 |
Color Harmonies of #0C7B57
Complementary color
Monochromatic Colors of #0C7B57
Black with #0C7B57
Text Example
Text Example
White with #0C7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7B57; }
p { color: rgb(12,123,87); }
H1.HeaderClassName
{
color: #0C7B57;
}
.AnyTagClassName
{
color: #0C7B57;
}
</style>
background-color css
<style>
a { background-color: #0C7B57; }
a { background-color: rgb(12,123,87); }
div.DivClassName
{
background-color: #0C7B57;
}
.BgClassName
{
background-color: #0C7B57;
}
</style>
border-color css
<style>
span { border-color: #0C7B57; }
span { border-color: rgb(12,123,87); }
td.TdClassName
{
border-color: #0C7B57;
}
.TagClassName
{
border-color: #0C7B57;
}
</style>