Html Css Color HEX #86B67D Dark Sea Green

📋 copy color: '#86B67D'

red 134 ◦ green 182 ◦ blue 125

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

Shades of Dark Sea Green #86B67D

Tints of Dark Sea Green #86B67D

RGB

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

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

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

R = 30.39%
G = 41.27%
B = 28.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#86B67D (or 0x86B67D) is known color: Dark Sea Green. HEX triplet: 86, B6 and 7D. RGB value is (134,182,125). Sum of RGB (Red+Green+Blue) = 134+182+125=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #86B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B67D is #794982. Grayscale: #A1A1A1. Windows color (decimal): -7948675 or 8238726. OLE color: 8238726.

HSL color Cylindrical-coordinate representation of color #86B67D: hue angle of 110.53º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86B67D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 182 125 -
CMYK 0.26 0 0.31 0.29
HSL 110.53º 0.28% 0.6% -
HSV(B) 110.53º 0.31% 0.71% -
XYZ 30.26 40 25.53 -
YUV 161.15 107.6 108.63 -
System Red Green Blue C M Y K H S L
Decimal 134 182 125 0.26 0 0.31 0.29 110.53 0.28 0.6
Hex 86 B6 7D 1A 0 1F 1D 6F 1C 3C
Octal 206 266 175 32 0 37 35 157 34 74
Binary 10000110 10110110 1111101 11010 0 11111 11101 1101111 11100 111100

Color Harmonies of #86B67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B67D

Black with #86B67D

Text Example


Text Example

White with #86B67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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