#075443

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

Shades of Cyprus #075443

Tints of Cyprus #075443

Color information

#075443 (or 0x075443) is unknown color: approx Cyprus. HEX triplet: 07, 54 and 43. RGB value is (7,84,67). Sum of RGB (Red+Green+Blue) = 7+84+67=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #075443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075443 is #F8ABBC. Grayscale: #3B3B3B. Windows color (decimal): -16296893 or 4412423. OLE color: 4412423.

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

Color convert

RGB78467-
CMYK0.9200.200.67
HSL166.75º84.62%17.84%-
HSV(B)166.75º91.67%32.94%-
XYZ4.276.796.4-
YUV59.04132.4990.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 84 (33.20% from 255) = 53.16%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=4.43%
G=53.16%
B=42.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784670.9200.200.67166.7584.6217.84
Hex754435C01443a75512
Octal712410313402410324712522
Binary111101010010000111011100010100100001110100111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075443; }

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

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

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

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

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

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

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

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