Html Css Color HEX #86BA7D Dark Sea Green

📋 copy color: '#86BA7D'

red 134 ◦ green 186 ◦ blue 125

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

Shades of Dark Sea Green #86BA7D

Tints of Dark Sea Green #86BA7D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 30.11%
G = 41.8%
B = 28.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#86BA7D (or 0x86BA7D) is known color: Dark Sea Green. HEX triplet: 86, BA and 7D. RGB value is (134,186,125). Sum of RGB (Red+Green+Blue) = 134+186+125=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA7D is #794582. Grayscale: #A3A3A3. Windows color (decimal): -7947651 or 8239750. OLE color: 8239750.

HSL color Cylindrical-coordinate representation of color #86BA7D: hue angle of 111.15º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86BA7D is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 125 -
CMYK 0.28 0 0.33 0.27
HSL 111.15º 0.31% 0.61% -
HSV(B) 111.15º 0.33% 0.73% -
XYZ 31.09 41.67 25.81 -
YUV 163.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 134 186 125 0.28 0 0.33 0.27 111.15 0.31 0.61
Hex 86 BA 7D 1C 0 21 1B 6F 1F 3D
Octal 206 272 175 34 0 41 33 157 37 75
Binary 10000110 10111010 1111101 11100 0 100001 11011 1101111 11111 111101

Color Harmonies of #86BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA7D

Black with #86BA7D

Text Example


Text Example

White with #86BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,186,125); }

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

background-color css

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

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

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

border-color css

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

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

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