#075F40

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

Shades of Jewel #075F40

Tints of Jewel #075F40

Color information

#075F40 (or 0x075F40) is unknown color: approx Jewel. HEX triplet: 07, 5F and 40. RGB value is (7,95,64). Sum of RGB (Red+Green+Blue) = 7+95+64=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #075F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075F40 is #F8A0BF. Grayscale: #414141. Windows color (decimal): -16294080 or 4218631. OLE color: 4218631.

HSL color Cylindrical-coordinate representation of color #075F40: hue angle of 158.86º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075F40 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB79564-
CMYK0.9300.330.63
HSL158.86º86.27%20%-
HSV(B)158.86º92.63%37.25%-
XYZ5.118.66.24-
YUV65.15127.3586.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 95 (37.5% from 255) = 57.23%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=4.22%
G=57.23%
B=38.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal795640.9300.330.63158.8686.2720
Hex75F405D0213F9f5614
Octal71371001350417723712624
Binary111101111110000001011101010000111111110011111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075F40; }

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

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

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

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

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

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

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

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