#075044

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

Shades of Cyprus #075044

Tints of Cyprus #075044

Color information

#075044 (or 0x075044) is unknown color: approx Cyprus. HEX triplet: 07, 50 and 44. RGB value is (7,80,68). Sum of RGB (Red+Green+Blue) = 7+80+68=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #075044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075044 is #F8AFBB. Grayscale: #383838. Windows color (decimal): -16297916 or 4476935. OLE color: 4476935.

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

Color convert

RGB78068-
CMYK0.9100.150.69
HSL170.14º83.91%17.06%-
HSV(B)170.14º91.25%31.37%-
XYZ46.26.45-
YUV56.8134.3292.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 80 (31.64% from 255) = 51.61%
BLUE value IS 68 (26.95% from 255) = 43.87%
R=4.52%
G=51.61%
B=43.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal780680.9100.150.69170.1483.9117.06
Hex750445B0F45aa5411
Octal712010413301710525212421
Binary11110100001000100101101101111100010110101010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075044; }

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

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

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

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

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

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

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

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