#075542

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

Shades of Cyprus #075542

Tints of Cyprus #075542

Color information

#075542 (or 0x075542) is unknown color: approx Cyprus. HEX triplet: 07, 55 and 42. RGB value is (7,85,66). Sum of RGB (Red+Green+Blue) = 7+85+66=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #075542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075542 is #F8AABD. Grayscale: #3B3B3B. Windows color (decimal): -16296638 or 4347143. OLE color: 4347143.

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

Color convert

RGB78566-
CMYK0.9200.220.67
HSL165.38º84.78%18.04%-
HSV(B)165.38º91.76%33.33%-
XYZ4.326.946.27-
YUV59.51131.6690.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=4.43%
G=53.80%
B=41.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785660.9200.220.67165.3884.7818.04
Hex755425C01643a55512
Octal712510213402610324512522
Binary111101010110000101011100010110100001110100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075542; }

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

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

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

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

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

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

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

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