#078134

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

Shades of Dark Spring Green #078134

Tints of Dark Spring Green #078134

Color information

#078134 (or 0x078134) is unknown color: approx Dark Spring Green. HEX triplet: 07, 81 and 34. RGB value is (7,129,52). Sum of RGB (Red+Green+Blue) = 7+129+52=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 129 (50.78% from 255 or 68.62% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 129 - color contains mainly: green. Hex color #078134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078134 is #F87ECB. Grayscale: #535353. Windows color (decimal): -16285388 or 3440903. OLE color: 3440903.

HSL color Cylindrical-coordinate representation of color #078134: hue angle of 142.13º 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 #078134 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB712952-
CMYK0.9500.600.49
HSL142.13º89.71%26.67%-
HSV(B)142.13º94.57%50.59%-
XYZ8.5615.995.88-
YUV83.74110.0873.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.72%
GREEN value IS 129 (50.78% from 255) = 68.62%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=3.72%
G=68.62%
B=27.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7129520.9500.600.49142.1389.7126.67
Hex781345F03C318e5a1b
Octal7201641370746121613233
Binary111100000011101001011111011110011000110001110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078134; }

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

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

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

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

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

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

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

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