#075049

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

Shades of Cyprus #075049

Tints of Cyprus #075049

Color information

#075049 (or 0x075049) is unknown color: approx Cyprus. HEX triplet: 07, 50 and 49. RGB value is (7,80,73). Sum of RGB (Red+Green+Blue) = 7+80+73=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #075049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075049 is #F8AFB6. Grayscale: #393939. Windows color (decimal): -16297911 or 4804615. OLE color: 4804615.

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

Color convert

RGB78073-
CMYK0.9100.090.69
HSL174.25º83.91%17.06%-
HSV(B)174.25º91.25%31.37%-
XYZ4.166.267.29-
YUV57.38136.8292.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=4.38%
G=50%
B=45.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal780730.9100.090.69174.2583.9117.06
Hex750495B0945ae5411
Octal712011113301110525612421
Binary11110100001001001101101101001100010110101110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075049; }

 p { color: rgb(7,80,73); }

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

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

 a { background-color: rgb(7,80,73); }

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

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

 span { border-color: rgb(7,80,73); }

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