#077536

Color #077536 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #077536

Tints of Dark Spring Green #077536

Color information

#077536 (or 0x077536) is unknown color: approx Dark Spring Green. HEX triplet: 07, 75 and 36. RGB value is (7,117,54). Sum of RGB (Red+Green+Blue) = 7+117+54=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #077536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077536 is #F88AC9. Grayscale: #4D4D4D. Windows color (decimal): -16288458 or 3568903. OLE color: 3568903.

HSL color Cylindrical-coordinate representation of color #077536: hue angle of 145.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077536 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB711754-
CMYK0.9400.540.54
HSL145.64º88.71%24.31%-
HSV(B)145.64º94.02%45.88%-
XYZ7.1113.035.63-
YUV76.93115.0678.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 117 (46.09% from 255) = 65.73%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=3.93%
G=65.73%
B=30.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117540.9400.540.54145.6488.7124.31
Hex775365E03636925918
Octal7165661360666622213130
Binary11111101011101101011110011011011011010010010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077536; }

 p { color: rgb(7,117,54); }

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

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

 a { background-color: rgb(7,117,54); }

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

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

 span { border-color: rgb(7,117,54); }

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