Shades of Cyprus #0A5047
Tints of Cyprus #0A5047
RGB
CMYK
RGB Variations
Color information
#0A5047 (or 0x0A5047) is known color: Cyprus. HEX triplet: 0A, 50 and 47. RGB value is (10,80,71). Sum of RGB (Red+Green+Blue) = 10+80+71=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #0A5047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5047 is #F5AFB8. Grayscale: #3A3A3A. Windows color (decimal): -16101305 or 4673546. OLE color: 4673546.
HSL color Cylindrical-coordinate representation of color #0A5047: hue angle of 172.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5047 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 80 | 71 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.69 |
| HSL | 172.29º | 0.78% | 0.18% | - |
| HSV(B) | 172.29º | 0.88% | 0.31% | - |
| XYZ | 4.13 | 6.26 | 6.95 | - |
| YUV | 58.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 71 | 0.87 | 0 | 0.11 | 0.69 | 172.29 | 0.78 | 0.18 |
| Hex | A | 50 | 47 | 57 | 0 | B | 45 | AC | 4E | 12 |
| Octal | 12 | 120 | 107 | 127 | 0 | 13 | 105 | 254 | 116 | 22 |
| Binary | 1010 | 1010000 | 1000111 | 1010111 | 0 | 1011 | 1000101 | 10101100 | 1001110 | 10010 |
Color Harmonies of #0A5047
Complementary color
Monochromatic Colors of #0A5047
Black with #0A5047
Text Example
Text Example
White with #0A5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5047; }
p { color: rgb(10,80,71); }
H1.HeaderClassName
{
color: #0A5047;
}
.AnyTagClassName
{
color: #0A5047;
}
</style>
background-color css
<style>
a { background-color: #0A5047; }
a { background-color: rgb(10,80,71); }
div.DivClassName
{
background-color: #0A5047;
}
.BgClassName
{
background-color: #0A5047;
}
</style>
border-color css
<style>
span { border-color: #0A5047; }
span { border-color: rgb(10,80,71); }
td.TdClassName
{
border-color: #0A5047;
}
.TagClassName
{
border-color: #0A5047;
}
</style>