#075546

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

Shades of Cyprus #075546

Tints of Cyprus #075546

Color information

#075546 (or 0x075546) is unknown color: approx Cyprus. HEX triplet: 07, 55 and 46. RGB value is (7,85,70). Sum of RGB (Red+Green+Blue) = 7+85+70=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #075546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075546 is #F8AAB9. Grayscale: #3B3B3B. Windows color (decimal): -16296634 or 4609287. OLE color: 4609287.

HSL color Cylindrical-coordinate representation of color #075546: hue angle of 168.46º 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 #075546 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB78570-
CMYK0.9200.180.67
HSL168.46º84.78%18.04%-
HSV(B)168.46º91.76%33.33%-
XYZ4.446.986.91-
YUV59.97133.6690.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=4.32%
G=52.47%
B=43.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785700.9200.180.67168.4684.7818.04
Hex755465C01243a85512
Octal712510613402210325012522
Binary111101010110001101011100010010100001110101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075546; }

 p { color: rgb(7,85,70); }

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

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

 a { background-color: rgb(7,85,70); }

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

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

 span { border-color: rgb(7,85,70); }

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