#075740

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

Shades of Jewel #075740

Tints of Jewel #075740

Color information

#075740 (or 0x075740) is unknown color: approx Jewel. HEX triplet: 07, 57 and 40. RGB value is (7,87,64). Sum of RGB (Red+Green+Blue) = 7+87+64=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #075740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075740 is #F8A8BF. Grayscale: #3C3C3C. Windows color (decimal): -16296128 or 4216583. OLE color: 4216583.

HSL color Cylindrical-coordinate representation of color #075740: hue angle of 162.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075740 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB78764-
CMYK0.9200.260.66
HSL162.75º85.11%18.43%-
HSV(B)162.75º91.95%34.12%-
XYZ4.427.236.01-
YUV60.4613089.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 87 (34.38% from 255) = 55.06%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=4.43%
G=55.06%
B=40.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal787640.9200.260.66162.7585.1118.43
Hex757405C01A42a35512
Octal712710013403210224312522
Binary111101011110000001011100011010100001010100011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075740; }

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

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

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

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

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

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

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

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