#077541

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

Shades of Dark Spring Green #077541

Tints of Dark Spring Green #077541

Color information

#077541 (or 0x077541) is unknown color: approx Dark Spring Green. HEX triplet: 07, 75 and 41. RGB value is (7,117,65). Sum of RGB (Red+Green+Blue) = 7+117+65=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #077541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077541 is #F88ABE. Grayscale: #4E4E4E. Windows color (decimal): -16288447 or 4289799. OLE color: 4289799.

HSL color Cylindrical-coordinate representation of color #077541: hue angle of 151.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 #077541 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB711765-
CMYK0.9400.440.54
HSL151.64º88.71%24.31%-
HSV(B)151.64º94.02%45.88%-
XYZ7.413.157.15-
YUV78.18120.5677.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.70%
GREEN value IS 117 (46.09% from 255) = 61.90%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=3.70%
G=61.90%
B=34.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117650.9400.440.54151.6488.7124.31
Hex775415E02C36985918
Octal71651011360546623013130
Binary111111010110000011011110010110011011010011000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077541; }

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

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

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

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

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

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

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

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