Shades of Cyprus #07423C
Tints of Cyprus #07423C
RGB
CMYK
RGB Variations
Color information
#07423C (or 0x07423C) is known color: Cyprus. HEX triplet: 07, 42 and 3C. RGB value is (7,66,60). Sum of RGB (Red+Green+Blue) = 7+66+60=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #07423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07423C is #F8BDC3. Grayscale: #2F2F2F. Windows color (decimal): -16301508 or 3949063. OLE color: 3949063.
HSL color Cylindrical-coordinate representation of color #07423C: hue angle of 173.9º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07423C is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 66 | 60 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.74 |
| HSL | 173.9º | 0.81% | 0.14% | - |
| HSV(B) | 173.9º | 0.89% | 0.26% | - |
| XYZ | 2.85 | 4.27 | 4.95 | - |
| YUV | 47.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 60 | 0.89 | 0 | 0.09 | 0.74 | 173.9 | 0.81 | 0.14 |
| Hex | 7 | 42 | 3C | 59 | 0 | 9 | 4A | AE | 51 | E |
| Octal | 7 | 102 | 74 | 131 | 0 | 11 | 112 | 256 | 121 | 16 |
| Binary | 111 | 1000010 | 111100 | 1011001 | 0 | 1001 | 1001010 | 10101110 | 1010001 | 1110 |
Color Harmonies of #07423C
Complementary color
Monochromatic Colors of #07423C
Black with #07423C
Text Example
Text Example
White with #07423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07423C; }
p { color: rgb(7,66,60); }
H1.HeaderClassName
{
color: #07423C;
}
.AnyTagClassName
{
color: #07423C;
}
</style>
background-color css
<style>
a { background-color: #07423C; }
a { background-color: rgb(7,66,60); }
div.DivClassName
{
background-color: #07423C;
}
.BgClassName
{
background-color: #07423C;
}
</style>
border-color css
<style>
span { border-color: #07423C; }
span { border-color: rgb(7,66,60); }
td.TdClassName
{
border-color: #07423C;
}
.TagClassName
{
border-color: #07423C;
}
</style>