#075543

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

Shades of Cyprus #075543

Tints of Cyprus #075543

Color information

#075543 (or 0x075543) is unknown color: approx Cyprus. HEX triplet: 07, 55 and 43. RGB value is (7,85,67). Sum of RGB (Red+Green+Blue) = 7+85+67=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #075543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075543 is #F8AABC. Grayscale: #3B3B3B. Windows color (decimal): -16296637 or 4412679. OLE color: 4412679.

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

Color convert

RGB78567-
CMYK0.9200.210.67
HSL166.15º84.78%18.04%-
HSV(B)166.15º91.76%33.33%-
XYZ4.356.956.42-
YUV59.63132.1690.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=4.40%
G=53.46%
B=42.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785670.9200.210.67166.1584.7818.04
Hex755435C01543a65512
Octal712510313402510324612522
Binary111101010110000111011100010101100001110100110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075543; }

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

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

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

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

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

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

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

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