Shades of Cyprus #07514B
Tints of Cyprus #07514B
RGB
CMYK
RGB Variations
Color information
#07514B (or 0x07514B) is known color: Cyprus. HEX triplet: 07, 51 and 4B. RGB value is (7,81,75). Sum of RGB (Red+Green+Blue) = 7+81+75=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #07514B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07514B is #F8AEB4. Grayscale: #3A3A3A. Windows color (decimal): -16297653 or 4935943. OLE color: 4935943.
HSL color Cylindrical-coordinate representation of color #07514B: hue angle of 175.14º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07514B is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 81 | 75 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.68 |
| HSL | 175.14º | 0.84% | 0.17% | - |
| HSV(B) | 175.14º | 0.91% | 0.32% | - |
| XYZ | 4.3 | 6.44 | 7.67 | - |
| YUV | 58.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 75 | 0.91 | 0 | 0.07 | 0.68 | 175.14 | 0.84 | 0.17 |
| Hex | 7 | 51 | 4B | 5B | 0 | 7 | 44 | AF | 54 | 11 |
| Octal | 7 | 121 | 113 | 133 | 0 | 7 | 104 | 257 | 124 | 21 |
| Binary | 111 | 1010001 | 1001011 | 1011011 | 0 | 111 | 1000100 | 10101111 | 1010100 | 10001 |
Color Harmonies of #07514B
Complementary color
Monochromatic Colors of #07514B
Black with #07514B
Text Example
Text Example
White with #07514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07514B; }
p { color: rgb(7,81,75); }
H1.HeaderClassName
{
color: #07514B;
}
.AnyTagClassName
{
color: #07514B;
}
</style>
background-color css
<style>
a { background-color: #07514B; }
a { background-color: rgb(7,81,75); }
div.DivClassName
{
background-color: #07514B;
}
.BgClassName
{
background-color: #07514B;
}
</style>
border-color css
<style>
span { border-color: #07514B; }
span { border-color: rgb(7,81,75); }
td.TdClassName
{
border-color: #07514B;
}
.TagClassName
{
border-color: #07514B;
}
</style>