Html Css Color HEX #86B487 Dark Sea Green

📋 copy color: '#86B487'

red 134 ◦ green 180 ◦ blue 135

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

Shades of Dark Sea Green #86B487

Tints of Dark Sea Green #86B487

RGB

 RED value IS 134 (52.73% from 255) = 29.84%

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 29.84%
G = 40.09%
B = 30.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#86B487 (or 0x86B487) is known color: Dark Sea Green. HEX triplet: 86, B4 and 87. RGB value is (134,180,135). Sum of RGB (Red+Green+Blue) = 134+180+135=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #86B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B487 is #794B78. Grayscale: #A1A1A1. Windows color (decimal): -7949177 or 8893574. OLE color: 8893574.

HSL color Cylindrical-coordinate representation of color #86B487: hue angle of 121.3º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B487 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 180 135 -
CMYK 0.26 0 0.25 0.29
HSL 121.3º 0.23% 0.62% -
HSV(B) 121.3º 0.26% 0.71% -
XYZ 30.53 39.46 28.93 -
YUV 161.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 134 180 135 0.26 0 0.25 0.29 121.3 0.23 0.62
Hex 86 B4 87 1A 0 19 1D 79 17 3E
Octal 206 264 207 32 0 31 35 171 27 76
Binary 10000110 10110100 10000111 11010 0 11001 11101 1111001 10111 111110

Color Harmonies of #86B487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B487

Black with #86B487

Text Example


Text Example

White with #86B487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86B487; }

 p { color: rgb(134,180,135); }

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

background-color css

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

 a { background-color: rgb(134,180,135); }

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

border-color css

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

 span { border-color: rgb(134,180,135); }

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