Html Css Color HEX #087442 Dark Spring Green

📋 copy color: '#087442'

red 8 ◦ green 116 ◦ blue 66

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

Shades of Dark Spring Green #087442

Tints of Dark Spring Green #087442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.74%

R = 4.21%
G = 61.05%
B = 34.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#087442 (or 0x087442) is known color: Dark Spring Green. HEX triplet: 08, 74 and 42. RGB value is (8,116,66). Sum of RGB (Red+Green+Blue) = 8+116+66=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #087442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087442 is #F78BBD. Grayscale: #4E4E4E. Windows color (decimal): -16223166 or 4355080. OLE color: 4355080.

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

Color convert

RGB 8 116 66 -
CMYK 0.93 0 0.43 0.55
HSL 152.22º 0.87% 0.24% -
HSV(B) 152.22º 0.93% 0.45% -
XYZ 7.33 12.94 7.26 -
YUV 78.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 8 116 66 0.93 0 0.43 0.55 152.22 0.87 0.24
Hex 8 74 42 5D 0 2B 37 98 57 18
Octal 10 164 102 135 0 53 67 230 127 30
Binary 1000 1110100 1000010 1011101 0 101011 110111 10011000 1010111 11000

Color Harmonies of #087442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087442

Black with #087442

Text Example


Text Example

White with #087442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087442; }

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

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

background-color css

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

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

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

border-color css

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

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

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