Html Css Color HEX #006F64 Tropical Rain Forest
📋 copy color: '#006F64'red 0 ◦ green 111 ◦ blue 100
Shades of Tropical Rain Forest #006F64
Tints of Tropical Rain Forest #006F64
RGB
CMYK
RGB Variations
Color information
#006F64 (or 0x006F64) is known color: Tropical Rain Forest. HEX triplet: 00, 6F and 64. RGB value is (0,111,100). Sum of RGB (Red+Green+Blue) = 0+111+100=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #006F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F64 is #FF909B. Grayscale: #4C4C4C. Windows color (decimal): -16748700 or 6582016. OLE color: 6582016.
HSL color Cylindrical-coordinate representation of color #006F64: hue angle of 174.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F64 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 100 | - |
| CMYK | 1 | 0 | 0.10 | 0.56 |
| HSL | 174.05º | 1% | 0.22% | - |
| HSV(B) | 174.05º | 1% | 0.44% | - |
| XYZ | 7.98 | 12.29 | 14.01 | - |
| YUV | 76.56 | 141.23 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 100 | 1 | 0 | 0.10 | 0.56 | 174.05 | 1 | 0.22 |
| Hex | 0 | 6F | 64 | 64 | 0 | A | 38 | AE | 64 | 16 |
| Octal | 0 | 157 | 144 | 144 | 0 | 12 | 70 | 256 | 144 | 26 |
| Binary | 0 | 1101111 | 1100100 | 1100100 | 0 | 1010 | 111000 | 10101110 | 1100100 | 10110 |
Color Harmonies of #006F64
Complementary color
Monochromatic Colors of #006F64
Black with #006F64
Text Example
Text Example
White with #006F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F64; }
p { color: rgb(0,111,100); }
H1.HeaderClassName
{
color: #006F64;
}
.AnyTagClassName
{
color: #006F64;
}
</style>
background-color css
<style>
a { background-color: #006F64; }
a { background-color: rgb(0,111,100); }
div.DivClassName
{
background-color: #006F64;
}
.BgClassName
{
background-color: #006F64;
}
</style>
border-color css
<style>
span { border-color: #006F64; }
span { border-color: rgb(0,111,100); }
td.TdClassName
{
border-color: #006F64;
}
.TagClassName
{
border-color: #006F64;
}
</style>