Shades of Cyprus #0A5245
Tints of Cyprus #0A5245
RGB
CMYK
RGB Variations
Color information
#0A5245 (or 0x0A5245) is known color: Cyprus. HEX triplet: 0A, 52 and 45. RGB value is (10,82,69). Sum of RGB (Red+Green+Blue) = 10+82+69=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5245 is #F5ADBA. Grayscale: #3A3A3A. Windows color (decimal): -16100795 or 4542986. OLE color: 4542986.
HSL color Cylindrical-coordinate representation of color #0A5245: hue angle of 169.17º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5245 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 69 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.68 |
| HSL | 169.17º | 0.78% | 0.18% | - |
| HSV(B) | 169.17º | 0.88% | 0.32% | - |
| XYZ | 4.22 | 6.53 | 6.67 | - |
| YUV | 58.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 69 | 0.88 | 0 | 0.16 | 0.68 | 169.17 | 0.78 | 0.18 |
| Hex | A | 52 | 45 | 58 | 0 | 10 | 44 | A9 | 4E | 12 |
| Octal | 12 | 122 | 105 | 130 | 0 | 20 | 104 | 251 | 116 | 22 |
| Binary | 1010 | 1010010 | 1000101 | 1011000 | 0 | 10000 | 1000100 | 10101001 | 1001110 | 10010 |
Color Harmonies of #0A5245
Complementary color
Monochromatic Colors of #0A5245
Black with #0A5245
Text Example
Text Example
White with #0A5245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5245; }
p { color: rgb(10,82,69); }
H1.HeaderClassName
{
color: #0A5245;
}
.AnyTagClassName
{
color: #0A5245;
}
</style>
background-color css
<style>
a { background-color: #0A5245; }
a { background-color: rgb(10,82,69); }
div.DivClassName
{
background-color: #0A5245;
}
.BgClassName
{
background-color: #0A5245;
}
</style>
border-color css
<style>
span { border-color: #0A5245; }
span { border-color: rgb(10,82,69); }
td.TdClassName
{
border-color: #0A5245;
}
.TagClassName
{
border-color: #0A5245;
}
</style>