#077930

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

Shades of Dark Spring Green #077930

Tints of Dark Spring Green #077930

Color information

#077930 (or 0x077930) is unknown color: approx Dark Spring Green. HEX triplet: 07, 79 and 30. RGB value is (7,121,48). Sum of RGB (Red+Green+Blue) = 7+121+48=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 121 (47.66% from 255 or 68.75% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 121 - color contains mainly: green. Hex color #077930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077930 is #F886CF. Grayscale: #4E4E4E. Windows color (decimal): -16287440 or 3176711. OLE color: 3176711.

HSL color Cylindrical-coordinate representation of color #077930: hue angle of 141.58º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077930 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB712148-
CMYK0.9400.600.53
HSL141.58º89.06%25.1%-
HSV(B)141.58º94.21%47.45%-
XYZ7.4613.935.09-
YUV78.59110.7376.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.98%
GREEN value IS 121 (47.66% from 255) = 68.75%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=3.98%
G=68.75%
B=27.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7121480.9400.600.53141.5889.0625.1
Hex779305E03C358e5919
Octal7171601360746521613131
Binary11111110011100001011110011110011010110001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077930; }

 p { color: rgb(7,121,48); }

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

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

 a { background-color: rgb(7,121,48); }

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

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

 span { border-color: rgb(7,121,48); }

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