Html Css Color HEX #0C755F Tropical Rain Forest
📋 copy color: '#0C755F'red 12 ◦ green 117 ◦ blue 95
Shades of Tropical Rain Forest #0C755F
Tints of Tropical Rain Forest #0C755F
RGB
CMYK
RGB Variations
Color information
#0C755F (or 0x0C755F) is known color: Tropical Rain Forest. HEX triplet: 0C, 75 and 5F. RGB value is (12,117,95). Sum of RGB (Red+Green+Blue) = 12+117+95=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #0C755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C755F is #F38AA0. Grayscale: #535353. Windows color (decimal): -15960737 or 6255884. OLE color: 6255884.
HSL color Cylindrical-coordinate representation of color #0C755F: hue angle of 167.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C755F is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 95 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.54 |
| HSL | 167.43º | 0.81% | 0.25% | - |
| HSV(B) | 167.43º | 0.9% | 0.46% | - |
| XYZ | 8.58 | 13.63 | 13 | - |
| YUV | 83.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 95 | 0.90 | 0 | 0.19 | 0.54 | 167.43 | 0.81 | 0.25 |
| Hex | C | 75 | 5F | 5A | 0 | 13 | 36 | A7 | 51 | 19 |
| Octal | 14 | 165 | 137 | 132 | 0 | 23 | 66 | 247 | 121 | 31 |
| Binary | 1100 | 1110101 | 1011111 | 1011010 | 0 | 10011 | 110110 | 10100111 | 1010001 | 11001 |
Color Harmonies of #0C755F
Complementary color
Monochromatic Colors of #0C755F
Black with #0C755F
Text Example
Text Example
White with #0C755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C755F; }
p { color: rgb(12,117,95); }
H1.HeaderClassName
{
color: #0C755F;
}
.AnyTagClassName
{
color: #0C755F;
}
</style>
background-color css
<style>
a { background-color: #0C755F; }
a { background-color: rgb(12,117,95); }
div.DivClassName
{
background-color: #0C755F;
}
.BgClassName
{
background-color: #0C755F;
}
</style>
border-color css
<style>
span { border-color: #0C755F; }
span { border-color: rgb(12,117,95); }
td.TdClassName
{
border-color: #0C755F;
}
.TagClassName
{
border-color: #0C755F;
}
</style>