Shades of Cyprus #0C574A
Tints of Cyprus #0C574A
RGB
CMYK
RGB Variations
Color information
#0C574A (or 0x0C574A) is known color: Cyprus. HEX triplet: 0C, 57 and 4A. RGB value is (12,87,74). Sum of RGB (Red+Green+Blue) = 12+87+74=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #0C574A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C574A is #F3A8B5. Grayscale: #3F3F3F. Windows color (decimal): -15968438 or 4871948. OLE color: 4871948.
HSL color Cylindrical-coordinate representation of color #0C574A: hue angle of 169.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C574A is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 87 | 74 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.66 |
| HSL | 169.6º | 0.76% | 0.19% | - |
| HSV(B) | 169.6º | 0.86% | 0.34% | - |
| XYZ | 4.8 | 7.39 | 7.65 | - |
| YUV | 63.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 87 | 74 | 0.86 | 0 | 0.15 | 0.66 | 169.6 | 0.76 | 0.19 |
| Hex | C | 57 | 4A | 56 | 0 | F | 42 | AA | 4C | 13 |
| Octal | 14 | 127 | 112 | 126 | 0 | 17 | 102 | 252 | 114 | 23 |
| Binary | 1100 | 1010111 | 1001010 | 1010110 | 0 | 1111 | 1000010 | 10101010 | 1001100 | 10011 |
Color Harmonies of #0C574A
Complementary color
Monochromatic Colors of #0C574A
Black with #0C574A
Text Example
Text Example
White with #0C574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C574A; }
p { color: rgb(12,87,74); }
H1.HeaderClassName
{
color: #0C574A;
}
.AnyTagClassName
{
color: #0C574A;
}
</style>
background-color css
<style>
a { background-color: #0C574A; }
a { background-color: rgb(12,87,74); }
div.DivClassName
{
background-color: #0C574A;
}
.BgClassName
{
background-color: #0C574A;
}
</style>
border-color css
<style>
span { border-color: #0C574A; }
span { border-color: rgb(12,87,74); }
td.TdClassName
{
border-color: #0C574A;
}
.TagClassName
{
border-color: #0C574A;
}
</style>