Shades of Cyprus #074A3E
Tints of Cyprus #074A3E
RGB
CMYK
RGB Variations
Color information
#074A3E (or 0x074A3E) is known color: Cyprus. HEX triplet: 07, 4A and 3E. RGB value is (7,74,62). Sum of RGB (Red+Green+Blue) = 7+74+62=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #074A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A3E is #F8B5C1. Grayscale: #343434. Windows color (decimal): -16299458 or 4082183. OLE color: 4082183.
HSL color Cylindrical-coordinate representation of color #074A3E: hue angle of 169.25º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A3E is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 62 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.71 |
| HSL | 169.25º | 0.83% | 0.16% | - |
| HSV(B) | 169.25º | 0.91% | 0.29% | - |
| XYZ | 3.41 | 5.29 | 5.4 | - |
| YUV | 52.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 62 | 0.91 | 0 | 0.16 | 0.71 | 169.25 | 0.83 | 0.16 |
| Hex | 7 | 4A | 3E | 5B | 0 | 10 | 47 | A9 | 53 | 10 |
| Octal | 7 | 112 | 76 | 133 | 0 | 20 | 107 | 251 | 123 | 20 |
| Binary | 111 | 1001010 | 111110 | 1011011 | 0 | 10000 | 1000111 | 10101001 | 1010011 | 10000 |
Color Harmonies of #074A3E
Complementary color
Monochromatic Colors of #074A3E
Black with #074A3E
Text Example
Text Example
White with #074A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A3E; }
p { color: rgb(7,74,62); }
H1.HeaderClassName
{
color: #074A3E;
}
.AnyTagClassName
{
color: #074A3E;
}
</style>
background-color css
<style>
a { background-color: #074A3E; }
a { background-color: rgb(7,74,62); }
div.DivClassName
{
background-color: #074A3E;
}
.BgClassName
{
background-color: #074A3E;
}
</style>
border-color css
<style>
span { border-color: #074A3E; }
span { border-color: rgb(7,74,62); }
td.TdClassName
{
border-color: #074A3E;
}
.TagClassName
{
border-color: #074A3E;
}
</style>