#075941

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

Shades of Jewel #075941

Tints of Jewel #075941

Color information

#075941 (or 0x075941) is unknown color: approx Jewel. HEX triplet: 07, 59 and 41. RGB value is (7,89,65). Sum of RGB (Red+Green+Blue) = 7+89+65=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #075941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075941 is #F8A6BE. Grayscale: #3D3D3D. Windows color (decimal): -16295615 or 4282631. OLE color: 4282631.

HSL color Cylindrical-coordinate representation of color #075941: hue angle of 162.44º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075941 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB78965-
CMYK0.9200.270.65
HSL162.44º85.42%18.82%-
HSV(B)162.44º92.13%34.9%-
XYZ4.617.576.22-
YUV61.75129.8388.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=4.35%
G=55.28%
B=40.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal789650.9200.270.65162.4485.4218.82
Hex759415C01B41a25513
Octal713110113403310124212523
Binary111101100110000011011100011011100000110100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075941; }

 p { color: rgb(7,89,65); }

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

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

 a { background-color: rgb(7,89,65); }

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

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

 span { border-color: rgb(7,89,65); }

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