#074F44

Color #074F44 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #074F44

Tints of Cyprus #074F44

Color information

#074F44 (or 0x074F44) is unknown color: approx Cyprus. HEX triplet: 07, 4F and 44. RGB value is (7,79,68). Sum of RGB (Red+Green+Blue) = 7+79+68=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #074F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074F44 is #F8B0BB. Grayscale: #383838. Windows color (decimal): -16298172 or 4476679. OLE color: 4476679.

HSL color Cylindrical-coordinate representation of color #074F44: hue angle of 170.83º 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 #074F44 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB77968-
CMYK0.9100.140.69
HSL170.83º83.72%16.86%-
HSV(B)170.83º91.14%30.98%-
XYZ3.936.056.43-
YUV56.22134.6592.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 79 (31.25% from 255) = 51.30%
BLUE value IS 68 (26.95% from 255) = 44.16%
R=4.55%
G=51.30%
B=44.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal779680.9100.140.69170.8383.7216.86
Hex74F445B0E45ab5411
Octal711710413301610525312421
Binary11110011111000100101101101110100010110101011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074F44; }

 p { color: rgb(7,79,68); }

 H1.HeaderClassName
 {
   color: #074F44;
 }
 .AnyTagClassName
 {
   color: #074F44;
 }
</style>
background-color css

<style>
 a { background-color: #074F44; }

 a { background-color: rgb(7,79,68); }

 div.DivClassName
 {
   background-color: #074F44;
 }
 .BgClassName
 {
   background-color: #074F44;
 }
</style>
border-color css

<style>
 span { border-color: #074F44; }

 span { border-color: rgb(7,79,68); }

 td.TdClassName
 {
   border-color: #074F44;
 }
 .TagClassName
 {
   border-color: #074F44;
 }
</style>