Html Css Color HEX #85B080 Dark Sea Green

📋 copy color: '#85B080'

red 133 ◦ green 176 ◦ blue 128

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

Shades of Dark Sea Green #85B080

Tints of Dark Sea Green #85B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 30.43%
G = 40.27%
B = 29.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#85B080 (or 0x85B080) is known color: Dark Sea Green. HEX triplet: 85, B0 and 80. RGB value is (133,176,128). Sum of RGB (Red+Green+Blue) = 133+176+128=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #85B080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85B080 is #7A4F7F. Grayscale: #9D9D9D. Windows color (decimal): -8015744 or 8433797. OLE color: 8433797.

HSL color Cylindrical-coordinate representation of color #85B080: hue angle of 113.75º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B080 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 176 128 -
CMYK 0.24 0 0.27 0.31
HSL 113.75º 0.23% 0.6% -
HSV(B) 113.75º 0.27% 0.69% -
XYZ 29.09 37.6 26.15 -
YUV 157.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 133 176 128 0.24 0 0.27 0.31 113.75 0.23 0.6
Hex 85 B0 80 18 0 1B 1F 72 17 3C
Octal 205 260 200 30 0 33 37 162 27 74
Binary 10000101 10110000 10000000 11000 0 11011 11111 1110010 10111 111100

Color Harmonies of #85B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B080

Black with #85B080

Text Example


Text Example

White with #85B080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,176,128); }

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

background-color css

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

 a { background-color: rgb(133,176,128); }

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

border-color css

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

 span { border-color: rgb(133,176,128); }

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