#075445

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

Shades of Cyprus #075445

Tints of Cyprus #075445

Color information

#075445 (or 0x075445) is unknown color: approx Cyprus. HEX triplet: 07, 54 and 45. RGB value is (7,84,69). Sum of RGB (Red+Green+Blue) = 7+84+69=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #075445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075445 is #F8ABBA. Grayscale: #3B3B3B. Windows color (decimal): -16296891 or 4543495. OLE color: 4543495.

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

Color convert

RGB78469-
CMYK0.9200.180.67
HSL168.31º84.62%17.84%-
HSV(B)168.31º91.67%32.94%-
XYZ4.336.826.72-
YUV59.27133.4990.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 69 (27.34% from 255) = 43.12%
R=4.38%
G=52.5%
B=43.12%

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
Decimal784690.9200.180.67168.3184.6217.84
Hex754455C01243a85512
Octal712410513402210325012522
Binary111101010010001011011100010010100001110101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075445; }

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

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

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

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

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

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

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

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