Html Css Color HEX #087440 Dark Spring Green

📋 copy color: '#087440'

red 8 ◦ green 116 ◦ blue 64

#087440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #087440

Tints of Dark Spring Green #087440

RGB

 RED value IS 8 (3.52% from 255) = 4.26%

 GREEN value IS 116 (45.7% from 255) = 61.7%

 BLUE value IS 64 (25.39% from 255) = 34.04%

R = 4.26%
G = 61.7%
B = 34.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#087440 (or 0x087440) is known color: 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

RGB 8 116 64 -
CMYK 0.93 0 0.45 0.55
HSL 151.11º 0.87% 0.24% -
HSV(B) 151.11º 0.93% 0.45% -
XYZ 7.27 12.91 6.96 -
YUV 77.78 120.22 78.23 -
System Red Green Blue C M Y K H S L
Decimal 8 116 64 0.93 0 0.45 0.55 151.11 0.87 0.24
Hex 8 74 40 5D 0 2D 37 97 57 18
Octal 10 164 100 135 0 55 67 227 127 30
Binary 1000 1110100 1000000 1011101 0 101101 110111 10010111 1010111 11000

Color Harmonies of #087440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087440

Black with #087440

Text Example


Text Example

White with #087440

Text Example


Text Example

HTML Codes & Css Web 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>