Html Css Color HEX #087534 Dark Spring Green

📋 copy color: '#087534'

red 8 ◦ green 117 ◦ blue 52

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

Shades of Dark Spring Green #087534

Tints of Dark Spring Green #087534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.38%

R = 4.52%
G = 66.1%
B = 29.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#087534 (or 0x087534) is known color: Dark Spring Green. HEX triplet: 08, 75 and 34. RGB value is (8,117,52). Sum of RGB (Red+Green+Blue) = 8+117+52=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #087534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087534 is #F78ACB. Grayscale: #4D4D4D. Windows color (decimal): -16222924 or 3437832. OLE color: 3437832.

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

Color convert

RGB 8 117 52 -
CMYK 0.93 0 0.56 0.54
HSL 144.22º 0.87% 0.25% -
HSV(B) 144.22º 0.93% 0.46% -
XYZ 7.08 13.02 5.39 -
YUV 77 113.89 78.79 -
System Red Green Blue C M Y K H S L
Decimal 8 117 52 0.93 0 0.56 0.54 144.22 0.87 0.25
Hex 8 75 34 5D 0 38 36 90 57 19
Octal 10 165 64 135 0 70 66 220 127 31
Binary 1000 1110101 110100 1011101 0 111000 110110 10010000 1010111 11001

Color Harmonies of #087534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087534

Black with #087534

Text Example


Text Example

White with #087534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087534; }

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

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

background-color css

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

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

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

border-color css

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

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

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