Html Css Color HEX #86B786 Dark Sea Green

📋 copy color: '#86B786'

red 134 ◦ green 183 ◦ blue 134

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

Shades of Dark Sea Green #86B786

Tints of Dark Sea Green #86B786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

 BLUE value IS 134 (52.73% from 255) = 29.71%

R = 29.71%
G = 40.58%
B = 29.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#86B786 (or 0x86B786) is known color: Dark Sea Green. HEX triplet: 86, B7 and 86. RGB value is (134,183,134). Sum of RGB (Red+Green+Blue) = 134+183+134=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #86B786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B786 is #794879. Grayscale: #A2A2A2. Windows color (decimal): -7948410 or 8828806. OLE color: 8828806.

HSL color Cylindrical-coordinate representation of color #86B786: hue angle of 120º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B786 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 183 134 -
CMYK 0.27 0 0.27 0.28
HSL 120º 0.25% 0.62% -
HSV(B) 120º 0.27% 0.72% -
XYZ 31.07 40.66 28.76 -
YUV 162.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 134 183 134 0.27 0 0.27 0.28 120 0.25 0.62
Hex 86 B7 86 1B 0 1B 1C 78 19 3E
Octal 206 267 206 33 0 33 34 170 31 76
Binary 10000110 10110111 10000110 11011 0 11011 11100 1111000 11001 111110

Color Harmonies of #86B786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B786

Black with #86B786

Text Example


Text Example

White with #86B786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,183,134); }

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

background-color css

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

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

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

border-color css

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

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

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