#075F3D

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

Shades of Jewel #075F3D

Tints of Jewel #075F3D

Color information

#075F3D (or 0x075F3D) is unknown color: approx Jewel. HEX triplet: 07, 5F and 3D. RGB value is (7,95,61). Sum of RGB (Red+Green+Blue) = 7+95+61=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #075F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075F3D is #F8A0C2. Grayscale: #404040. Windows color (decimal): -16294083 or 4022023. OLE color: 4022023.

HSL color Cylindrical-coordinate representation of color #075F3D: hue angle of 156.82º 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 #075F3D is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB79561-
CMYK0.9300.360.63
HSL156.82º86.27%20%-
HSV(B)156.82º92.63%37.25%-
XYZ5.028.575.8-
YUV64.81125.8586.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 95 (37.5% from 255) = 58.28%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=4.29%
G=58.28%
B=37.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal795610.9300.360.63156.8286.2720
Hex75F3D5D0243F9d5614
Octal7137751350447723512624
Binary11110111111111011011101010010011111110011101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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