Shades of Cyprus #073D3C
Tints of Cyprus #073D3C
RGB
CMYK
RGB Variations
Color information
#073D3C (or 0x073D3C) is known color: Cyprus. HEX triplet: 07, 3D and 3C. RGB value is (7,61,60). Sum of RGB (Red+Green+Blue) = 7+61+60=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #073D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D3C is #F8C2C3. Grayscale: #2C2C2C. Windows color (decimal): -16302788 or 3947783. OLE color: 3947783.
HSL color Cylindrical-coordinate representation of color #073D3C: hue angle of 178.89º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D3C is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 60 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.76 |
| HSL | 178.89º | 0.79% | 0.13% | - |
| HSV(B) | 178.89º | 0.89% | 0.24% | - |
| XYZ | 2.57 | 3.71 | 4.86 | - |
| YUV | 44.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 60 | 0.89 | 0 | 0.02 | 0.76 | 178.89 | 0.79 | 0.13 |
| Hex | 7 | 3D | 3C | 59 | 0 | 2 | 4C | B3 | 4F | D |
| Octal | 7 | 75 | 74 | 131 | 0 | 2 | 114 | 263 | 117 | 15 |
| Binary | 111 | 111101 | 111100 | 1011001 | 0 | 10 | 1001100 | 10110011 | 1001111 | 1101 |
Color Harmonies of #073D3C
Complementary color
Monochromatic Colors of #073D3C
Black with #073D3C
Text Example
Text Example
White with #073D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D3C; }
p { color: rgb(7,61,60); }
H1.HeaderClassName
{
color: #073D3C;
}
.AnyTagClassName
{
color: #073D3C;
}
</style>
background-color css
<style>
a { background-color: #073D3C; }
a { background-color: rgb(7,61,60); }
div.DivClassName
{
background-color: #073D3C;
}
.BgClassName
{
background-color: #073D3C;
}
</style>
border-color css
<style>
span { border-color: #073D3C; }
span { border-color: rgb(7,61,60); }
td.TdClassName
{
border-color: #073D3C;
}
.TagClassName
{
border-color: #073D3C;
}
</style>