Shades of Cyprus #07544C
Tints of Cyprus #07544C
RGB
CMYK
RGB Variations
Color information
#07544C (or 0x07544C) is known color: Cyprus. HEX triplet: 07, 54 and 4C. RGB value is (7,84,76). Sum of RGB (Red+Green+Blue) = 7+84+76=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #07544C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07544C is #F8ABB3. Grayscale: #3C3C3C. Windows color (decimal): -16296884 or 5002247. OLE color: 5002247.
HSL color Cylindrical-coordinate representation of color #07544C: hue angle of 173.77º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07544C is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 84 | 76 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.67 |
| HSL | 173.77º | 0.85% | 0.18% | - |
| HSV(B) | 173.77º | 0.92% | 0.33% | - |
| XYZ | 4.56 | 6.91 | 7.93 | - |
| YUV | 60.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 76 | 0.92 | 0 | 0.10 | 0.67 | 173.77 | 0.85 | 0.18 |
| Hex | 7 | 54 | 4C | 5C | 0 | A | 43 | AE | 55 | 12 |
| Octal | 7 | 124 | 114 | 134 | 0 | 12 | 103 | 256 | 125 | 22 |
| Binary | 111 | 1010100 | 1001100 | 1011100 | 0 | 1010 | 1000011 | 10101110 | 1010101 | 10010 |
Color Harmonies of #07544C
Complementary color
Monochromatic Colors of #07544C
Black with #07544C
Text Example
Text Example
White with #07544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07544C; }
p { color: rgb(7,84,76); }
H1.HeaderClassName
{
color: #07544C;
}
.AnyTagClassName
{
color: #07544C;
}
</style>
background-color css
<style>
a { background-color: #07544C; }
a { background-color: rgb(7,84,76); }
div.DivClassName
{
background-color: #07544C;
}
.BgClassName
{
background-color: #07544C;
}
</style>
border-color css
<style>
span { border-color: #07544C; }
span { border-color: rgb(7,84,76); }
td.TdClassName
{
border-color: #07544C;
}
.TagClassName
{
border-color: #07544C;
}
</style>