Html Css Color HEX #85B877 Amulet

📋 copy color: '#85B877'

red 133 ◦ green 184 ◦ blue 119

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

Shades of Amulet #85B877

Tints of Amulet #85B877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.29%

R = 30.5%
G = 42.2%
B = 27.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#85B877 (or 0x85B877) is known color: Amulet. HEX triplet: 85, B8 and 77. RGB value is (133,184,119). Sum of RGB (Red+Green+Blue) = 133+184+119=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #85B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B877 is #7A4788. Grayscale: #A1A1A1. Windows color (decimal): -8013705 or 7846021. OLE color: 7846021.

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

Color convert

RGB 133 184 119 -
CMYK 0.28 0 0.35 0.28
HSL 107.08º 0.31% 0.59% -
HSV(B) 107.08º 0.35% 0.72% -
XYZ 30.14 40.6 23.7 -
YUV 161.34 104.1 107.79 -
System Red Green Blue C M Y K H S L
Decimal 133 184 119 0.28 0 0.35 0.28 107.08 0.31 0.59
Hex 85 B8 77 1C 0 23 1C 6B 1F 3B
Octal 205 270 167 34 0 43 34 153 37 73
Binary 10000101 10111000 1110111 11100 0 100011 11100 1101011 11111 111011

Color Harmonies of #85B877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B877

Black with #85B877

Text Example


Text Example

White with #85B877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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