#077942

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

Shades of Dark Spring Green #077942

Tints of Dark Spring Green #077942

Color information

#077942 (or 0x077942) is unknown color: approx Dark Spring Green. HEX triplet: 07, 79 and 42. RGB value is (7,121,66). Sum of RGB (Red+Green+Blue) = 7+121+66=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 121 (47.66% from 255 or 62.37% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 121 - color contains mainly: green. Hex color #077942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077942 is #F886BD. Grayscale: #505050. Windows color (decimal): -16287422 or 4356359. OLE color: 4356359.

HSL color Cylindrical-coordinate representation of color #077942: hue angle of 151.05º 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 #077942 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB712166-
CMYK0.9400.450.53
HSL151.05º89.06%25.1%-
HSV(B)151.05º94.21%47.45%-
XYZ7.9114.117.46-
YUV80.64119.7375.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.61%
GREEN value IS 121 (47.66% from 255) = 62.37%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=3.61%
G=62.37%
B=34.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7121660.9400.450.53151.0589.0625.1
Hex779425E02D35975919
Octal71711021360556522713131
Binary111111100110000101011110010110111010110010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077942; }

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

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

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

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

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

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

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

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