#087C3A

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

Shades of Dark Spring Green #087C3A

Tints of Dark Spring Green #087C3A

Color information

#087C3A (or 0x087C3A) is unknown color: approx Dark Spring Green. HEX triplet: 08, 7C and 3A. RGB value is (8,124,58). Sum of RGB (Red+Green+Blue) = 8+124+58=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 124 (48.83% from 255 or 65.26% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 124 - color contains mainly: green. Hex color #087C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087C3A is #F783C5. Grayscale: #515151. Windows color (decimal): -16221126 or 3832840. OLE color: 3832840.

HSL color Cylindrical-coordinate representation of color #087C3A: hue angle of 145.86º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087C3A is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB812458-
CMYK0.9400.530.51
HSL145.86º87.88%25.88%-
HSV(B)145.86º93.55%48.63%-
XYZ8.0714.776.43-
YUV81.79114.5775.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 124 (48.83% from 255) = 65.26%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=4.21%
G=65.26%
B=30.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8124580.9400.530.51145.8687.8825.88
Hex87C3A5E0353392581a
Octal10174721360656322213032
Binary100011111001110101011110011010111001110010010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087C3A; }

 p { color: rgb(8,124,58); }

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

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

 a { background-color: rgb(8,124,58); }

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

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

 span { border-color: rgb(8,124,58); }

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