Shades of Cyprus #073D3E
Tints of Cyprus #073D3E
RGB
CMYK
RGB Variations
Color information
#073D3E (or 0x073D3E) is known color: Cyprus. HEX triplet: 07, 3D and 3E. RGB value is (7,61,62). Sum of RGB (Red+Green+Blue) = 7+61+62=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 62 - color contains mainly: blue. Hex color #073D3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D3E is #F8C2C1. Grayscale: #2C2C2C. Windows color (decimal): -16302786 or 4078855. OLE color: 4078855.
HSL color Cylindrical-coordinate representation of color #073D3E: hue angle of 181.09º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D3E is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 62 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.76 |
| HSL | 181.09º | 0.8% | 0.14% | - |
| HSV(B) | 181.09º | 0.89% | 0.24% | - |
| XYZ | 2.63 | 3.73 | 5.14 | - |
| YUV | 44.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 62 | 0.89 | 0.02 | 0 | 0.76 | 181.09 | 0.8 | 0.14 |
| Hex | 7 | 3D | 3E | 59 | 2 | 0 | 4C | B5 | 50 | E |
| Octal | 7 | 75 | 76 | 131 | 2 | 0 | 114 | 265 | 120 | 16 |
| Binary | 111 | 111101 | 111110 | 1011001 | 10 | 0 | 1001100 | 10110101 | 1010000 | 1110 |
Color Harmonies of #073D3E
Complementary color
Monochromatic Colors of #073D3E
Black with #073D3E
Text Example
Text Example
White with #073D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D3E; }
p { color: rgb(7,61,62); }
H1.HeaderClassName
{
color: #073D3E;
}
.AnyTagClassName
{
color: #073D3E;
}
</style>
background-color css
<style>
a { background-color: #073D3E; }
a { background-color: rgb(7,61,62); }
div.DivClassName
{
background-color: #073D3E;
}
.BgClassName
{
background-color: #073D3E;
}
</style>
border-color css
<style>
span { border-color: #073D3E; }
span { border-color: rgb(7,61,62); }
td.TdClassName
{
border-color: #073D3E;
}
.TagClassName
{
border-color: #073D3E;
}
</style>