Html Css Color HEX #86B080 Dark Sea Green

📋 copy color: '#86B080'

red 134 ◦ green 176 ◦ blue 128

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

Shades of Dark Sea Green #86B080

Tints of Dark Sea Green #86B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.18%

 BLUE value IS 128 (50.39% from 255) = 29.22%

R = 30.59%
G = 40.18%
B = 29.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#86B080 (or 0x86B080) is known color: Dark Sea Green. HEX triplet: 86, B0 and 80. RGB value is (134,176,128). Sum of RGB (Red+Green+Blue) = 134+176+128=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #86B080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B080 is #794F7F. Grayscale: #9E9E9E. Windows color (decimal): -7950208 or 8433798. OLE color: 8433798.

HSL color Cylindrical-coordinate representation of color #86B080: hue angle of 112.5º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B080 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 176 128 -
CMYK 0.24 0 0.27 0.31
HSL 112.5º 0.23% 0.6% -
HSV(B) 112.5º 0.27% 0.69% -
XYZ 29.25 37.68 26.15 -
YUV 157.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 134 176 128 0.24 0 0.27 0.31 112.5 0.23 0.6
Hex 86 B0 80 18 0 1B 1F 70 17 3C
Octal 206 260 200 30 0 33 37 160 27 74
Binary 10000110 10110000 10000000 11000 0 11011 11111 1110000 10111 111100

Color Harmonies of #86B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B080

Black with #86B080

Text Example


Text Example

White with #86B080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,176,128); }

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

background-color css

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

 a { background-color: rgb(134,176,128); }

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

border-color css

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

 span { border-color: rgb(134,176,128); }

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