Html Css Color HEX #86B689 Dark Sea Green

📋 copy color: '#86B689'

red 134 ◦ green 182 ◦ blue 137

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

Shades of Dark Sea Green #86B689

Tints of Dark Sea Green #86B689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

 BLUE value IS 137 (53.91% from 255) = 30.24%

R = 29.58%
G = 40.18%
B = 30.24%

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

#86B689 (or 0x86B689) is known color: Dark Sea Green. HEX triplet: 86, B6 and 89. RGB value is (134,182,137). Sum of RGB (Red+Green+Blue) = 134+182+137=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #86B689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B689 is #794976. Grayscale: #A2A2A2. Windows color (decimal): -7948663 or 9025158. OLE color: 9025158.

HSL color Cylindrical-coordinate representation of color #86B689: hue angle of 123.75º degrees, saturation: 0.25, 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 #86B689 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 182 137 -
CMYK 0.26 0 0.25 0.29
HSL 123.75º 0.25% 0.62% -
HSV(B) 123.75º 0.26% 0.71% -
XYZ 31.07 40.33 29.81 -
YUV 162.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 134 182 137 0.26 0 0.25 0.29 123.75 0.25 0.62
Hex 86 B6 89 1A 0 19 1D 7C 19 3E
Octal 206 266 211 32 0 31 35 174 31 76
Binary 10000110 10110110 10001001 11010 0 11001 11101 1111100 11001 111110

Color Harmonies of #86B689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B689

Black with #86B689

Text Example


Text Example

White with #86B689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,137); }

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

background-color css

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

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

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

border-color css

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

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

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