Html Css Color HEX #85B97D Dark Sea Green

📋 copy color: '#85B97D'

red 133 ◦ green 185 ◦ blue 125

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

Shades of Dark Sea Green #85B97D

Tints of Dark Sea Green #85B97D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.76%

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 30.02%
G = 41.76%
B = 28.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#85B97D (or 0x85B97D) is known color: Dark Sea Green. HEX triplet: 85, B9 and 7D. RGB value is (133,185,125). Sum of RGB (Red+Green+Blue) = 133+185+125=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #85B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B97D is #7A4682. Grayscale: #A2A2A2. Windows color (decimal): -8013443 or 8239493. OLE color: 8239493.

HSL color Cylindrical-coordinate representation of color #85B97D: hue angle of 112º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85B97D is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 185 125 -
CMYK 0.28 0 0.32 0.27
HSL 112º 0.3% 0.61% -
HSV(B) 112º 0.32% 0.73% -
XYZ 30.72 41.17 25.73 -
YUV 162.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 133 185 125 0.28 0 0.32 0.27 112 0.3 0.61
Hex 85 B9 7D 1C 0 20 1B 70 1E 3D
Octal 205 271 175 34 0 40 33 160 36 75
Binary 10000101 10111001 1111101 11100 0 100000 11011 1110000 11110 111101

Color Harmonies of #85B97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B97D

Black with #85B97D

Text Example


Text Example

White with #85B97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,185,125); }

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

background-color css

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

 a { background-color: rgb(133,185,125); }

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

border-color css

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

 span { border-color: rgb(133,185,125); }

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