Html Css Color HEX #85B589 Dark Sea Green

📋 copy color: '#85B589'

red 133 ◦ green 181 ◦ blue 137

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

Shades of Dark Sea Green #85B589

Tints of Dark Sea Green #85B589

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.13%

 BLUE value IS 137 (53.91% from 255) = 30.38%

R = 29.49%
G = 40.13%
B = 30.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#85B589 (or 0x85B589) is known color: Dark Sea Green. HEX triplet: 85, B5 and 89. RGB value is (133,181,137). Sum of RGB (Red+Green+Blue) = 133+181+137=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #85B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B589 is #7A4A76. Grayscale: #A1A1A1. Windows color (decimal): -8014455 or 9024901. OLE color: 9024901.

HSL color Cylindrical-coordinate representation of color #85B589: hue angle of 125º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B589 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 181 137 -
CMYK 0.27 0 0.24 0.29
HSL 125º 0.24% 0.62% -
HSV(B) 125º 0.27% 0.71% -
XYZ 30.71 39.84 29.74 -
YUV 161.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 133 181 137 0.27 0 0.24 0.29 125 0.24 0.62
Hex 85 B5 89 1B 0 18 1D 7D 18 3E
Octal 205 265 211 33 0 30 35 175 30 76
Binary 10000101 10110101 10001001 11011 0 11000 11101 1111101 11000 111110

Color Harmonies of #85B589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B589

Black with #85B589

Text Example


Text Example

White with #85B589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,181,137); }

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

background-color css

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

 a { background-color: rgb(133,181,137); }

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

border-color css

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

 span { border-color: rgb(133,181,137); }

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