Shades of Cyprus #064E4A
Tints of Cyprus #064E4A
RGB
CMYK
RGB Variations
Color information
#064E4A (or 0x064E4A) is known color: Cyprus. HEX triplet: 06, 4E and 4A. RGB value is (6,78,74). Sum of RGB (Red+Green+Blue) = 6+78+74=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #064E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E4A is #F9B1B5. Grayscale: #373737. Windows color (decimal): -16363958 or 4869638. OLE color: 4869638.
HSL color Cylindrical-coordinate representation of color #064E4A: hue angle of 176.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064E4A is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 78 | 74 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.69 |
| HSL | 176.67º | 0.86% | 0.16% | - |
| HSV(B) | 176.67º | 0.92% | 0.31% | - |
| XYZ | 4.04 | 5.98 | 7.42 | - |
| YUV | 56.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 74 | 0.92 | 0 | 0.05 | 0.69 | 176.67 | 0.86 | 0.16 |
| Hex | 6 | 4E | 4A | 5C | 0 | 5 | 45 | B1 | 56 | 10 |
| Octal | 6 | 116 | 112 | 134 | 0 | 5 | 105 | 261 | 126 | 20 |
| Binary | 110 | 1001110 | 1001010 | 1011100 | 0 | 101 | 1000101 | 10110001 | 1010110 | 10000 |
Color Harmonies of #064E4A
Complementary color
Monochromatic Colors of #064E4A
Black with #064E4A
Text Example
Text Example
White with #064E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E4A; }
p { color: rgb(6,78,74); }
H1.HeaderClassName
{
color: #064E4A;
}
.AnyTagClassName
{
color: #064E4A;
}
</style>
background-color css
<style>
a { background-color: #064E4A; }
a { background-color: rgb(6,78,74); }
div.DivClassName
{
background-color: #064E4A;
}
.BgClassName
{
background-color: #064E4A;
}
</style>
border-color css
<style>
span { border-color: #064E4A; }
span { border-color: rgb(6,78,74); }
td.TdClassName
{
border-color: #064E4A;
}
.TagClassName
{
border-color: #064E4A;
}
</style>