Shades of Cyprus #084B4A
Tints of Cyprus #084B4A
RGB
CMYK
RGB Variations
Color information
#084B4A (or 0x084B4A) is known color: Cyprus. HEX triplet: 08, 4B and 4A. RGB value is (8,75,74). Sum of RGB (Red+Green+Blue) = 8+75+74=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #084B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B4A is #F7B4B5. Grayscale: #363636. Windows color (decimal): -16233654 or 4868872. OLE color: 4868872.
HSL color Cylindrical-coordinate representation of color #084B4A: hue angle of 179.1º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084B4A is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 75 | 74 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.71 |
| HSL | 179.1º | 0.81% | 0.16% | - |
| HSV(B) | 179.1º | 0.89% | 0.29% | - |
| XYZ | 3.85 | 5.58 | 7.35 | - |
| YUV | 54.85 | 138.8 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 74 | 0.89 | 0 | 0.01 | 0.71 | 179.1 | 0.81 | 0.16 |
| Hex | 8 | 4B | 4A | 59 | 0 | 1 | 47 | B3 | 51 | 10 |
| Octal | 10 | 113 | 112 | 131 | 0 | 1 | 107 | 263 | 121 | 20 |
| Binary | 1000 | 1001011 | 1001010 | 1011001 | 0 | 1 | 1000111 | 10110011 | 1010001 | 10000 |
Color Harmonies of #084B4A
Complementary color
Monochromatic Colors of #084B4A
Black with #084B4A
Text Example
Text Example
White with #084B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B4A; }
p { color: rgb(8,75,74); }
H1.HeaderClassName
{
color: #084B4A;
}
.AnyTagClassName
{
color: #084B4A;
}
</style>
background-color css
<style>
a { background-color: #084B4A; }
a { background-color: rgb(8,75,74); }
div.DivClassName
{
background-color: #084B4A;
}
.BgClassName
{
background-color: #084B4A;
}
</style>
border-color css
<style>
span { border-color: #084B4A; }
span { border-color: rgb(8,75,74); }
td.TdClassName
{
border-color: #084B4A;
}
.TagClassName
{
border-color: #084B4A;
}
</style>