Shades of Cyprus #09564A
Tints of Cyprus #09564A
RGB
CMYK
RGB Variations
Color information
#09564A (or 0x09564A) is known color: Cyprus. HEX triplet: 09, 56 and 4A. RGB value is (9,86,74). Sum of RGB (Red+Green+Blue) = 9+86+74=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #09564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09564A is #F6A9B5. Grayscale: #3D3D3D. Windows color (decimal): -16165302 or 4871689. OLE color: 4871689.
HSL color Cylindrical-coordinate representation of color #09564A: hue angle of 170.65º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09564A is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 86 | 74 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.66 |
| HSL | 170.65º | 0.81% | 0.19% | - |
| HSV(B) | 170.65º | 0.9% | 0.34% | - |
| XYZ | 4.68 | 7.21 | 7.62 | - |
| YUV | 61.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 74 | 0.90 | 0 | 0.14 | 0.66 | 170.65 | 0.81 | 0.19 |
| Hex | 9 | 56 | 4A | 5A | 0 | E | 42 | AB | 51 | 13 |
| Octal | 11 | 126 | 112 | 132 | 0 | 16 | 102 | 253 | 121 | 23 |
| Binary | 1001 | 1010110 | 1001010 | 1011010 | 0 | 1110 | 1000010 | 10101011 | 1010001 | 10011 |
Color Harmonies of #09564A
Complementary color
Monochromatic Colors of #09564A
Black with #09564A
Text Example
Text Example
White with #09564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09564A; }
p { color: rgb(9,86,74); }
H1.HeaderClassName
{
color: #09564A;
}
.AnyTagClassName
{
color: #09564A;
}
</style>
background-color css
<style>
a { background-color: #09564A; }
a { background-color: rgb(9,86,74); }
div.DivClassName
{
background-color: #09564A;
}
.BgClassName
{
background-color: #09564A;
}
</style>
border-color css
<style>
span { border-color: #09564A; }
span { border-color: rgb(9,86,74); }
td.TdClassName
{
border-color: #09564A;
}
.TagClassName
{
border-color: #09564A;
}
</style>