Shades of Cyprus #074F43
Tints of Cyprus #074F43
RGB
CMYK
RGB Variations
Color information
#074F43 (or 0x074F43) is known color: Cyprus. HEX triplet: 07, 4F and 43. RGB value is (7,79,67). Sum of RGB (Red+Green+Blue) = 7+79+67=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #074F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074F43 is #F8B0BC. Grayscale: #383838. Windows color (decimal): -16298173 or 4411143. OLE color: 4411143.
HSL color Cylindrical-coordinate representation of color #074F43: hue angle of 170º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074F43 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 79 | 67 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.69 |
| HSL | 170º | 0.84% | 0.17% | - |
| HSV(B) | 170º | 0.91% | 0.31% | - |
| XYZ | 3.9 | 6.04 | 6.27 | - |
| YUV | 56.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 67 | 0.91 | 0 | 0.15 | 0.69 | 170 | 0.84 | 0.17 |
| Hex | 7 | 4F | 43 | 5B | 0 | F | 45 | AA | 54 | 11 |
| Octal | 7 | 117 | 103 | 133 | 0 | 17 | 105 | 252 | 124 | 21 |
| Binary | 111 | 1001111 | 1000011 | 1011011 | 0 | 1111 | 1000101 | 10101010 | 1010100 | 10001 |
Color Harmonies of #074F43
Complementary color
Monochromatic Colors of #074F43
Black with #074F43
Text Example
Text Example
White with #074F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F43; }
p { color: rgb(7,79,67); }
H1.HeaderClassName
{
color: #074F43;
}
.AnyTagClassName
{
color: #074F43;
}
</style>
background-color css
<style>
a { background-color: #074F43; }
a { background-color: rgb(7,79,67); }
div.DivClassName
{
background-color: #074F43;
}
.BgClassName
{
background-color: #074F43;
}
</style>
border-color css
<style>
span { border-color: #074F43; }
span { border-color: rgb(7,79,67); }
td.TdClassName
{
border-color: #074F43;
}
.TagClassName
{
border-color: #074F43;
}
</style>