Shades of Cyprus #07534B
Tints of Cyprus #07534B
RGB
CMYK
RGB Variations
Color information
#07534B (or 0x07534B) is known color: Cyprus. HEX triplet: 07, 53 and 4B. RGB value is (7,83,75). Sum of RGB (Red+Green+Blue) = 7+83+75=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #07534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07534B is #F8ACB4. Grayscale: #3B3B3B. Windows color (decimal): -16297141 or 4936455. OLE color: 4936455.
HSL color Cylindrical-coordinate representation of color #07534B: hue angle of 173.68º degrees, saturation: 0.84, 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 #07534B is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 75 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.67 |
| HSL | 173.68º | 0.84% | 0.18% | - |
| HSV(B) | 173.68º | 0.92% | 0.33% | - |
| XYZ | 4.45 | 6.74 | 7.72 | - |
| YUV | 59.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 75 | 0.92 | 0 | 0.10 | 0.67 | 173.68 | 0.84 | 0.18 |
| Hex | 7 | 53 | 4B | 5C | 0 | A | 43 | AE | 54 | 12 |
| Octal | 7 | 123 | 113 | 134 | 0 | 12 | 103 | 256 | 124 | 22 |
| Binary | 111 | 1010011 | 1001011 | 1011100 | 0 | 1010 | 1000011 | 10101110 | 1010100 | 10010 |
Color Harmonies of #07534B
Complementary color
Monochromatic Colors of #07534B
Black with #07534B
Text Example
Text Example
White with #07534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07534B; }
p { color: rgb(7,83,75); }
H1.HeaderClassName
{
color: #07534B;
}
.AnyTagClassName
{
color: #07534B;
}
</style>
background-color css
<style>
a { background-color: #07534B; }
a { background-color: rgb(7,83,75); }
div.DivClassName
{
background-color: #07534B;
}
.BgClassName
{
background-color: #07534B;
}
</style>
border-color css
<style>
span { border-color: #07534B; }
span { border-color: rgb(7,83,75); }
td.TdClassName
{
border-color: #07534B;
}
.TagClassName
{
border-color: #07534B;
}
</style>