Html Css Color HEX #087340 Dark Spring Green

📋 copy color: '#087340'

red 8 ◦ green 115 ◦ blue 64

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

Shades of Dark Spring Green #087340

Tints of Dark Spring Green #087340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.5%

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

R = 4.28%
G = 61.5%
B = 34.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#087340 (or 0x087340) is known color: Dark Spring Green. HEX triplet: 08, 73 and 40. RGB value is (8,115,64). Sum of RGB (Red+Green+Blue) = 8+115+64=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #087340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087340 is #F78CBF. Grayscale: #4D4D4D. Windows color (decimal): -16223424 or 4223752. OLE color: 4223752.

HSL color Cylindrical-coordinate representation of color #087340: hue angle of 151.4º 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 #087340 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 115 64 -
CMYK 0.93 0 0.44 0.55
HSL 151.4º 0.87% 0.24% -
HSV(B) 151.4º 0.93% 0.45% -
XYZ 7.16 12.68 6.92 -
YUV 77.19 120.55 78.65 -
System Red Green Blue C M Y K H S L
Decimal 8 115 64 0.93 0 0.44 0.55 151.4 0.87 0.24
Hex 8 73 40 5D 0 2C 37 97 57 18
Octal 10 163 100 135 0 54 67 227 127 30
Binary 1000 1110011 1000000 1011101 0 101100 110111 10010111 1010111 11000

Color Harmonies of #087340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087340

Black with #087340

Text Example


Text Example

White with #087340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087340; }

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

 H1.HeaderClassName
 {
   color: #087340;
 }
 .AnyTagClassName
 {
   color: #087340;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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