Html Css Color HEX #86B68D Dark Sea Green

📋 copy color: '#86B68D'

red 134 ◦ green 182 ◦ blue 141

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

Shades of Dark Sea Green #86B68D

Tints of Dark Sea Green #86B68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 29.32%
G = 39.82%
B = 30.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#86B68D (or 0x86B68D) is known color: Dark Sea Green. HEX triplet: 86, B6 and 8D. RGB value is (134,182,141). Sum of RGB (Red+Green+Blue) = 134+182+141=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #86B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B68D is #794972. Grayscale: #A3A3A3. Windows color (decimal): -7948659 or 9287302. OLE color: 9287302.

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

Color convert

RGB 134 182 141 -
CMYK 0.26 0 0.23 0.29
HSL 128.75º 0.25% 0.62% -
HSV(B) 128.75º 0.26% 0.71% -
XYZ 31.37 40.45 31.35 -
YUV 162.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 134 182 141 0.26 0 0.23 0.29 128.75 0.25 0.62
Hex 86 B6 8D 1A 0 17 1D 81 19 3E
Octal 206 266 215 32 0 27 35 201 31 76
Binary 10000110 10110110 10001101 11010 0 10111 11101 10000001 11001 111110

Color Harmonies of #86B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B68D

Black with #86B68D

Text Example


Text Example

White with #86B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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