Html Css Color HEX #85B372 Amulet

📋 copy color: '#85B372'

red 133 ◦ green 179 ◦ blue 114

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

Shades of Amulet #85B372

Tints of Amulet #85B372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.76%

R = 31.22%
G = 42.02%
B = 26.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#85B372 (or 0x85B372) is known color: Amulet. HEX triplet: 85, B3 and 72. RGB value is (133,179,114). Sum of RGB (Red+Green+Blue) = 133+179+114=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #85B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B372 is #7A4C8D. Grayscale: #9E9E9E. Windows color (decimal): -8014990 or 7517061. OLE color: 7517061.

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

Color convert

RGB 133 179 114 -
CMYK 0.26 0 0.36 0.30
HSL 102.46º 0.3% 0.57% -
HSV(B) 102.46º 0.36% 0.7% -
XYZ 28.83 38.44 21.82 -
YUV 157.84 103.26 110.29 -
System Red Green Blue C M Y K H S L
Decimal 133 179 114 0.26 0 0.36 0.30 102.46 0.3 0.57
Hex 85 B3 72 1A 0 24 1E 66 1E 39
Octal 205 263 162 32 0 44 36 146 36 71
Binary 10000101 10110011 1110010 11010 0 100100 11110 1100110 11110 111001

Color Harmonies of #85B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B372

Black with #85B372

Text Example


Text Example

White with #85B372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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