Shades of Cyprus #084F46
Tints of Cyprus #084F46
RGB
CMYK
RGB Variations
Color information
#084F46 (or 0x084F46) is known color: Cyprus. HEX triplet: 08, 4F and 46. RGB value is (8,79,70). Sum of RGB (Red+Green+Blue) = 8+79+70=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #084F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F46 is #F7B0B9. Grayscale: #383838. Windows color (decimal): -16232634 or 4607752. OLE color: 4607752.
HSL color Cylindrical-coordinate representation of color #084F46: hue angle of 172.39º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F46 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 79 | 70 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.69 |
| HSL | 172.39º | 0.82% | 0.17% | - |
| HSV(B) | 172.39º | 0.9% | 0.31% | - |
| XYZ | 4 | 6.09 | 6.76 | - |
| YUV | 56.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 70 | 0.90 | 0 | 0.11 | 0.69 | 172.39 | 0.82 | 0.17 |
| Hex | 8 | 4F | 46 | 5A | 0 | B | 45 | AC | 52 | 11 |
| Octal | 10 | 117 | 106 | 132 | 0 | 13 | 105 | 254 | 122 | 21 |
| Binary | 1000 | 1001111 | 1000110 | 1011010 | 0 | 1011 | 1000101 | 10101100 | 1010010 | 10001 |
Color Harmonies of #084F46
Complementary color
Monochromatic Colors of #084F46
Black with #084F46
Text Example
Text Example
White with #084F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F46; }
p { color: rgb(8,79,70); }
H1.HeaderClassName
{
color: #084F46;
}
.AnyTagClassName
{
color: #084F46;
}
</style>
background-color css
<style>
a { background-color: #084F46; }
a { background-color: rgb(8,79,70); }
div.DivClassName
{
background-color: #084F46;
}
.BgClassName
{
background-color: #084F46;
}
</style>
border-color css
<style>
span { border-color: #084F46; }
span { border-color: rgb(8,79,70); }
td.TdClassName
{
border-color: #084F46;
}
.TagClassName
{
border-color: #084F46;
}
</style>