#087c41

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

Shades of Dark Spring Green #087C41

Tints of Dark Spring Green #087C41

Color information

#087C41 (or 0x087C41) is unknown color: approx Dark Spring Green. HEX triplet: 08, 7C and 41. RGB value is (8,124,65). Sum of RGB (Red+Green+Blue) = 8+124+65=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #087C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087C41 is #F783BE. Grayscale: #525252. Windows color (decimal): -16221119 or 4291592. OLE color: 4291592.

HSL color Cylindrical-coordinate representation of color #087C41: hue angle of 149.48º 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 #087C41 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB812465-
CMYK0.9400.480.51
HSL149.48º87.88%25.88%-
HSV(B)149.48º93.55%48.63%-
XYZ8.2614.857.43-
YUV82.59118.0774.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 124 (48.83% from 255) = 62.94%
BLUE value IS 65 (25.78% from 255) = 32.99%
R=4.06%
G=62.94%
B=32.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8124650.9400.480.51149.4887.8825.88
Hex87C415E0303395581a
Octal101741011360606322513032
Binary1000111110010000011011110011000011001110010101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087c41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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