Shades of Cyprus #084C46
Tints of Cyprus #084C46
RGB
CMYK
RGB Variations
Color information
#084C46 (or 0x084C46) is known color: Cyprus. HEX triplet: 08, 4C and 46. RGB value is (8,76,70). Sum of RGB (Red+Green+Blue) = 8+76+70=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #084C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C46 is #F7B3B9. Grayscale: #363636. Windows color (decimal): -16233402 or 4606984. OLE color: 4606984.
HSL color Cylindrical-coordinate representation of color #084C46: hue angle of 174.71º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C46 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 70 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.70 |
| HSL | 174.71º | 0.81% | 0.16% | - |
| HSV(B) | 174.71º | 0.89% | 0.3% | - |
| XYZ | 3.79 | 5.66 | 6.69 | - |
| YUV | 54.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 70 | 0.89 | 0 | 0.08 | 0.70 | 174.71 | 0.81 | 0.16 |
| Hex | 8 | 4C | 46 | 59 | 0 | 8 | 46 | AF | 51 | 10 |
| Octal | 10 | 114 | 106 | 131 | 0 | 10 | 106 | 257 | 121 | 20 |
| Binary | 1000 | 1001100 | 1000110 | 1011001 | 0 | 1000 | 1000110 | 10101111 | 1010001 | 10000 |
Color Harmonies of #084C46
Complementary color
Monochromatic Colors of #084C46
Black with #084C46
Text Example
Text Example
White with #084C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C46; }
p { color: rgb(8,76,70); }
H1.HeaderClassName
{
color: #084C46;
}
.AnyTagClassName
{
color: #084C46;
}
</style>
background-color css
<style>
a { background-color: #084C46; }
a { background-color: rgb(8,76,70); }
div.DivClassName
{
background-color: #084C46;
}
.BgClassName
{
background-color: #084C46;
}
</style>
border-color css
<style>
span { border-color: #084C46; }
span { border-color: rgb(8,76,70); }
td.TdClassName
{
border-color: #084C46;
}
.TagClassName
{
border-color: #084C46;
}
</style>