Html Css Color HEX #087542 Dark Spring Green

📋 copy color: '#087542'

red 8 ◦ green 117 ◦ blue 66

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

Shades of Dark Spring Green #087542

Tints of Dark Spring Green #087542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.26%

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

R = 4.19%
G = 61.26%
B = 34.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#087542 (or 0x087542) is known color: Dark Spring Green. HEX triplet: 08, 75 and 42. RGB value is (8,117,66). Sum of RGB (Red+Green+Blue) = 8+117+66=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #087542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087542 is #F78ABD. Grayscale: #4E4E4E. Windows color (decimal): -16222910 or 4355336. OLE color: 4355336.

HSL color Cylindrical-coordinate representation of color #087542: hue angle of 151.93º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087542 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 117 66 -
CMYK 0.93 0 0.44 0.54
HSL 151.93º 0.87% 0.25% -
HSV(B) 151.93º 0.93% 0.46% -
XYZ 7.44 13.17 7.3 -
YUV 78.6 120.89 77.65 -
System Red Green Blue C M Y K H S L
Decimal 8 117 66 0.93 0 0.44 0.54 151.93 0.87 0.25
Hex 8 75 42 5D 0 2C 36 98 57 19
Octal 10 165 102 135 0 54 66 230 127 31
Binary 1000 1110101 1000010 1011101 0 101100 110110 10011000 1010111 11001

Color Harmonies of #087542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087542

Black with #087542

Text Example


Text Example

White with #087542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087542; }

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

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

background-color css

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

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

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

border-color css

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

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

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