Shades of Tropical Rain Forest #06755C
Tints of Tropical Rain Forest #06755C
RGB
CMYK
RGB Variations
Color information
#06755C (or 0x06755C) is known color: Tropical Rain Forest. HEX triplet: 06, 75 and 5C. RGB value is (6,117,92). Sum of RGB (Red+Green+Blue) = 6+117+92=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #06755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06755C is #F98AA3. Grayscale: #505050. Windows color (decimal): -16353956 or 6059270. OLE color: 6059270.
HSL color Cylindrical-coordinate representation of color #06755C: hue angle of 166.49º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06755C is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 92 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.54 |
| HSL | 166.49º | 0.9% | 0.24% | - |
| HSV(B) | 166.49º | 0.95% | 0.46% | - |
| XYZ | 8.37 | 13.53 | 12.3 | - |
| YUV | 80.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 92 | 0.95 | 0 | 0.21 | 0.54 | 166.49 | 0.9 | 0.24 |
| Hex | 6 | 75 | 5C | 5F | 0 | 15 | 36 | A6 | 5A | 18 |
| Octal | 6 | 165 | 134 | 137 | 0 | 25 | 66 | 246 | 132 | 30 |
| Binary | 110 | 1110101 | 1011100 | 1011111 | 0 | 10101 | 110110 | 10100110 | 1011010 | 11000 |
Color Harmonies of #06755C
Complementary color
Monochromatic Colors of #06755C
Black with #06755C
Text Example
Text Example
White with #06755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06755C; }
p { color: rgb(6,117,92); }
H1.HeaderClassName
{
color: #06755C;
}
.AnyTagClassName
{
color: #06755C;
}
</style>
background-color css
<style>
a { background-color: #06755C; }
a { background-color: rgb(6,117,92); }
div.DivClassName
{
background-color: #06755C;
}
.BgClassName
{
background-color: #06755C;
}
</style>
border-color css
<style>
span { border-color: #06755C; }
span { border-color: rgb(6,117,92); }
td.TdClassName
{
border-color: #06755C;
}
.TagClassName
{
border-color: #06755C;
}
</style>