Html Css Color HEX #85B879 Dark Sea Green

📋 copy color: '#85B879'

red 133 ◦ green 184 ◦ blue 121

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

Shades of Dark Sea Green #85B879

Tints of Dark Sea Green #85B879

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

 BLUE value IS 121 (47.66% from 255) = 27.63%

R = 30.37%
G = 42.01%
B = 27.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#85B879 (or 0x85B879) is known color: Dark Sea Green. HEX triplet: 85, B8 and 79. RGB value is (133,184,121). Sum of RGB (Red+Green+Blue) = 133+184+121=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #85B879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B879 is #7A4786. Grayscale: #A1A1A1. Windows color (decimal): -8013703 or 7977093. OLE color: 7977093.

HSL color Cylindrical-coordinate representation of color #85B879: hue angle of 108.57º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85B879 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 184 121 -
CMYK 0.28 0 0.34 0.28
HSL 108.57º 0.31% 0.6% -
HSV(B) 108.57º 0.34% 0.72% -
XYZ 30.26 40.65 24.34 -
YUV 161.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 133 184 121 0.28 0 0.34 0.28 108.57 0.31 0.6
Hex 85 B8 79 1C 0 22 1C 6D 1F 3C
Octal 205 270 171 34 0 42 34 155 37 74
Binary 10000101 10111000 1111001 11100 0 100010 11100 1101101 11111 111100

Color Harmonies of #85B879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B879

Black with #85B879

Text Example


Text Example

White with #85B879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,184,121); }

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

background-color css

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

 a { background-color: rgb(133,184,121); }

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

border-color css

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

 span { border-color: rgb(133,184,121); }

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