#075444

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

Shades of Cyprus #075444

Tints of Cyprus #075444

Color information

#075444 (or 0x075444) is unknown color: approx Cyprus. HEX triplet: 07, 54 and 44. RGB value is (7,84,68). Sum of RGB (Red+Green+Blue) = 7+84+68=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #075444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075444 is #F8ABBB. Grayscale: #3B3B3B. Windows color (decimal): -16296892 or 4477959. OLE color: 4477959.

HSL color Cylindrical-coordinate representation of color #075444: hue angle of 167.53º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075444 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB78468-
CMYK0.9200.190.67
HSL167.53º84.62%17.84%-
HSV(B)167.53º91.67%32.94%-
XYZ4.36.86.56-
YUV59.15132.9990.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=4.40%
G=52.83%
B=42.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784680.9200.190.67167.5384.6217.84
Hex754445C01343a85512
Octal712410413402310325012522
Binary111101010010001001011100010011100001110101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075444; }

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

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

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

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

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

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

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

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