#078B34

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

Shades of Dark Spring Green #078B34

Tints of Dark Spring Green #078B34

Color information

#078B34 (or 0x078B34) is unknown color: approx Dark Spring Green. HEX triplet: 07, 8B and 34. RGB value is (7,139,52). Sum of RGB (Red+Green+Blue) = 7+139+52=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 139 (54.69% from 255 or 70.20% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 139 - color contains mainly: green. Hex color #078B34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078B34 is #F874CB. Grayscale: #595959. Windows color (decimal): -16282828 or 3443463. OLE color: 3443463.

HSL color Cylindrical-coordinate representation of color #078B34: hue angle of 140.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B34 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB713952-
CMYK0.9500.630.45
HSL140.45º90.41%28.63%-
HSV(B)140.45º94.96%54.51%-
XYZ9.9418.766.35-
YUV89.61106.7769.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 139 (54.69% from 255) = 70.20%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=3.54%
G=70.20%
B=26.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7139520.9500.630.45140.4590.4128.63
Hex78B345F03F2D8c5a1d
Octal7213641370775521413235
Binary111100010111101001011111011111110110110001100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078B34; }

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

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

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

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

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

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

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

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