#087440

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

Shades of Dark Spring Green #087440

Tints of Dark Spring Green #087440

Color information

#087440 (or 0x087440) is unknown color: approx Dark Spring Green. HEX triplet: 08, 74 and 40. RGB value is (8,116,64). Sum of RGB (Red+Green+Blue) = 8+116+64=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #087440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087440 is #F78BBF. Grayscale: #4D4D4D. Windows color (decimal): -16223168 or 4224008. OLE color: 4224008.

HSL color Cylindrical-coordinate representation of color #087440: hue angle of 151.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087440 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB811664-
CMYK0.9300.450.55
HSL151.11º87.1%24.31%-
HSV(B)151.11º93.1%45.49%-
XYZ7.2712.916.96-
YUV77.78120.2278.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.26%
GREEN value IS 116 (45.70% from 255) = 61.70%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=4.26%
G=61.70%
B=34.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8116640.9300.450.55151.1187.124.31
Hex874405D02D37975718
Octal101641001350556722712730
Binary1000111010010000001011101010110111011110010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087440; }

 p { color: rgb(8,116,64); }

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

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

 a { background-color: rgb(8,116,64); }

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

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

 span { border-color: rgb(8,116,64); }

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