Shades of Cyprus #084F47
Tints of Cyprus #084F47
RGB
CMYK
RGB Variations
Color information
#084F47 (or 0x084F47) is known color: Cyprus. HEX triplet: 08, 4F and 47. RGB value is (8,79,71). Sum of RGB (Red+Green+Blue) = 8+79+71=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #084F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F47 is #F7B0B8. Grayscale: #383838. Windows color (decimal): -16232633 or 4673288. OLE color: 4673288.
HSL color Cylindrical-coordinate representation of color #084F47: hue angle of 173.24º 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 #084F47 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 79 | 71 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.69 |
| HSL | 173.24º | 0.82% | 0.17% | - |
| HSV(B) | 173.24º | 0.9% | 0.31% | - |
| XYZ | 4.03 | 6.1 | 6.93 | - |
| YUV | 56.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 71 | 0.90 | 0 | 0.10 | 0.69 | 173.24 | 0.82 | 0.17 |
| Hex | 8 | 4F | 47 | 5A | 0 | A | 45 | AD | 52 | 11 |
| Octal | 10 | 117 | 107 | 132 | 0 | 12 | 105 | 255 | 122 | 21 |
| Binary | 1000 | 1001111 | 1000111 | 1011010 | 0 | 1010 | 1000101 | 10101101 | 1010010 | 10001 |
Color Harmonies of #084F47
Complementary color
Monochromatic Colors of #084F47
Black with #084F47
Text Example
Text Example
White with #084F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F47; }
p { color: rgb(8,79,71); }
H1.HeaderClassName
{
color: #084F47;
}
.AnyTagClassName
{
color: #084F47;
}
</style>
background-color css
<style>
a { background-color: #084F47; }
a { background-color: rgb(8,79,71); }
div.DivClassName
{
background-color: #084F47;
}
.BgClassName
{
background-color: #084F47;
}
</style>
border-color css
<style>
span { border-color: #084F47; }
span { border-color: rgb(8,79,71); }
td.TdClassName
{
border-color: #084F47;
}
.TagClassName
{
border-color: #084F47;
}
</style>