#078131

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

Shades of Dark Spring Green #078131

Tints of Dark Spring Green #078131

Color information

#078131 (or 0x078131) is unknown color: approx Dark Spring Green. HEX triplet: 07, 81 and 31. RGB value is (7,129,49). Sum of RGB (Red+Green+Blue) = 7+129+49=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #078131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078131 is #F87ECE. Grayscale: #535353. Windows color (decimal): -16285391 or 3244295. OLE color: 3244295.

HSL color Cylindrical-coordinate representation of color #078131: hue angle of 140.66º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078131 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB712949-
CMYK0.9500.620.49
HSL140.66º89.71%26.67%-
HSV(B)140.66º94.57%50.59%-
XYZ8.4915.975.54-
YUV83.4108.5873.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 129 (50.78% from 255) = 69.73%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=3.78%
G=69.73%
B=26.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7129490.9500.620.49140.6689.7126.67
Hex781315F03E318d5a1b
Octal7201611370766121513233
Binary111100000011100011011111011111011000110001101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078131; }

 p { color: rgb(7,129,49); }

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

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

 a { background-color: rgb(7,129,49); }

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

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

 span { border-color: rgb(7,129,49); }

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