#86B78E

Color #86B78E Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #86B78E

Tints of Dark Sea Green #86B78E

Color information

#86B78E (or 0x86B78E) is unknown color: approx Dark Sea Green. HEX triplet: 86, B7 and 8E. RGB value is (134,183,142). Sum of RGB (Red+Green+Blue) = 134+183+142=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #86B78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B78E is #794871. Grayscale: #A3A3A3. Windows color (decimal): -7948402 or 9353094. OLE color: 9353094.

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

Color convert

RGB134183142-
CMYK0.2700.220.28
HSL129.8º25.39%62.16%-
HSV(B)129.8º26.78%71.76%-
XYZ31.6540.8931.82-
YUV163.67115.77106.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=29.19%
G=39.87%
B=30.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341831420.2700.220.28129.825.3962.16
Hex86B78E1B0161C82193e
Octal20626721633026342023176
Binary10000110101101111000111011011010110111001000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86B78E;
 }
 .AnyTagClassName
 {
   color: #86B78E;
 }
</style>
background-color css

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

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

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

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

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

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