Html Css Color HEX #85B586 Dark Sea Green

📋 copy color: '#85B586'

red 133 ◦ green 181 ◦ blue 134

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

Shades of Dark Sea Green #85B586

Tints of Dark Sea Green #85B586

RGB

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

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

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

R = 29.69%
G = 40.4%
B = 29.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#85B586 (or 0x85B586) is known color: Dark Sea Green. HEX triplet: 85, B5 and 86. RGB value is (133,181,134). Sum of RGB (Red+Green+Blue) = 133+181+134=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #85B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B586 is #7A4A79. Grayscale: #A1A1A1. Windows color (decimal): -8014458 or 8828293. OLE color: 8828293.

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

Color convert

RGB 133 181 134 -
CMYK 0.27 0 0.26 0.29
HSL 121.25º 0.24% 0.62% -
HSV(B) 121.25º 0.27% 0.71% -
XYZ 30.5 39.76 28.62 -
YUV 161.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 133 181 134 0.27 0 0.26 0.29 121.25 0.24 0.62
Hex 85 B5 86 1B 0 1A 1D 79 18 3E
Octal 205 265 206 33 0 32 35 171 30 76
Binary 10000101 10110101 10000110 11011 0 11010 11101 1111001 11000 111110

Color Harmonies of #85B586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B586

Black with #85B586

Text Example


Text Example

White with #85B586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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