Html Css Color HEX #86B782 Dark Sea Green

📋 copy color: '#86B782'

red 134 ◦ green 183 ◦ blue 130

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

Shades of Dark Sea Green #86B782

Tints of Dark Sea Green #86B782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 29.98%
G = 40.94%
B = 29.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#86B782 (or 0x86B782) is known color: Dark Sea Green. HEX triplet: 86, B7 and 82. RGB value is (134,183,130). Sum of RGB (Red+Green+Blue) = 134+183+130=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #86B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B782 is #79487D. Grayscale: #A2A2A2. Windows color (decimal): -7948414 or 8566662. OLE color: 8566662.

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

Color convert

RGB 134 183 130 -
CMYK 0.27 0 0.29 0.28
HSL 115.47º 0.27% 0.61% -
HSV(B) 115.47º 0.29% 0.72% -
XYZ 30.79 40.55 27.32 -
YUV 162.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 134 183 130 0.27 0 0.29 0.28 115.47 0.27 0.61
Hex 86 B7 82 1B 0 1D 1C 73 1B 3D
Octal 206 267 202 33 0 35 34 163 33 75
Binary 10000110 10110111 10000010 11011 0 11101 11100 1110011 11011 111101

Color Harmonies of #86B782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B782

Black with #86B782

Text Example


Text Example

White with #86B782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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