Html Css Color HEX #85B387 Dark Sea Green

📋 copy color: '#85B387'

red 133 ◦ green 179 ◦ blue 135

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

Shades of Dark Sea Green #85B387

Tints of Dark Sea Green #85B387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

 BLUE value IS 135 (53.13% from 255) = 30.2%

R = 29.75%
G = 40.04%
B = 30.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#85B387 (or 0x85B387) is known color: Dark Sea Green. HEX triplet: 85, B3 and 87. RGB value is (133,179,135). Sum of RGB (Red+Green+Blue) = 133+179+135=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #85B387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B387 is #7A4C78. Grayscale: #A0A0A0. Windows color (decimal): -8014969 or 8893317. OLE color: 8893317.

HSL color Cylindrical-coordinate representation of color #85B387: hue angle of 122.61º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B387 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 179 135 -
CMYK 0.26 0 0.25 0.30
HSL 122.61º 0.23% 0.61% -
HSV(B) 122.61º 0.26% 0.7% -
XYZ 30.17 38.98 28.85 -
YUV 160.23 113.76 108.58 -
System Red Green Blue C M Y K H S L
Decimal 133 179 135 0.26 0 0.25 0.30 122.61 0.23 0.61
Hex 85 B3 87 1A 0 19 1E 7B 17 3D
Octal 205 263 207 32 0 31 36 173 27 75
Binary 10000101 10110011 10000111 11010 0 11001 11110 1111011 10111 111101

Color Harmonies of #85B387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B387

Black with #85B387

Text Example


Text Example

White with #85B387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,179,135); }

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

background-color css

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

 a { background-color: rgb(133,179,135); }

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

border-color css

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

 span { border-color: rgb(133,179,135); }

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