#075040

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

Shades of Cyprus #075040

Tints of Cyprus #075040

Color information

#075040 (or 0x075040) is unknown color: approx Cyprus. HEX triplet: 07, 50 and 40. RGB value is (7,80,64). Sum of RGB (Red+Green+Blue) = 7+80+64=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #075040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075040 is #F8AFBF. Grayscale: #383838. Windows color (decimal): -16297920 or 4214791. OLE color: 4214791.

HSL color Cylindrical-coordinate representation of color #075040: hue angle of 166.85º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075040 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB78064-
CMYK0.9100.200.69
HSL166.85º83.91%17.06%-
HSV(B)166.85º91.25%31.37%-
XYZ3.886.155.83-
YUV56.35132.3292.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=4.64%
G=52.98%
B=42.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal780640.9100.200.69166.8583.9117.06
Hex750405B01445a75411
Octal712010013302410524712421
Binary111101000010000001011011010100100010110100111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075040; }

 p { color: rgb(7,80,64); }

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

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

 a { background-color: rgb(7,80,64); }

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

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

 span { border-color: rgb(7,80,64); }

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