Html Css Color HEX #85B786 Dark Sea Green

📋 copy color: '#85B786'

red 133 ◦ green 183 ◦ blue 134

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

Shades of Dark Sea Green #85B786

Tints of Dark Sea Green #85B786

RGB

 RED value IS 133 (52.34% from 255) = 29.56%

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

 BLUE value IS 134 (52.73% from 255) = 29.78%

R = 29.56%
G = 40.67%
B = 29.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#85B786 (or 0x85B786) is known color: Dark Sea Green. HEX triplet: 85, B7 and 86. RGB value is (133,183,134). Sum of RGB (Red+Green+Blue) = 133+183+134=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #85B786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B786 is #7A4879. Grayscale: #A2A2A2. Windows color (decimal): -8013946 or 8828805. OLE color: 8828805.

HSL color Cylindrical-coordinate representation of color #85B786: hue angle of 121.2º degrees, saturation: 0.26, 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 #85B786 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 183 134 -
CMYK 0.27 0 0.27 0.28
HSL 121.2º 0.26% 0.62% -
HSV(B) 121.2º 0.27% 0.72% -
XYZ 30.91 40.57 28.76 -
YUV 162.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 133 183 134 0.27 0 0.27 0.28 121.2 0.26 0.62
Hex 85 B7 86 1B 0 1B 1C 79 1A 3E
Octal 205 267 206 33 0 33 34 171 32 76
Binary 10000101 10110111 10000110 11011 0 11011 11100 1111001 11010 111110

Color Harmonies of #85B786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B786

Black with #85B786

Text Example


Text Example

White with #85B786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85B786; }

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

 H1.HeaderClassName
 {
   color: #85B786;
 }
 .AnyTagClassName
 {
   color: #85B786;
 }
</style>

background-color css

<style>
 a { background-color: #85B786; }

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

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

border-color css

<style>
 span { border-color: #85B786; }

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

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