Html Css Color HEX #85B072 Amulet

📋 copy color: '#85B072'

red 133 ◦ green 176 ◦ blue 114

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

Shades of Amulet #85B072

Tints of Amulet #85B072

RGB

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

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

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

R = 31.44%
G = 41.61%
B = 26.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#85B072 (or 0x85B072) is known color: Amulet. HEX triplet: 85, B0 and 72. RGB value is (133,176,114). Sum of RGB (Red+Green+Blue) = 133+176+114=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #85B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B072 is #7A4F8D. Grayscale: #9C9C9C. Windows color (decimal): -8015758 or 7516293. OLE color: 7516293.

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

Color convert

RGB 133 176 114 -
CMYK 0.24 0 0.35 0.31
HSL 101.61º 0.28% 0.57% -
HSV(B) 101.61º 0.35% 0.69% -
XYZ 28.24 37.25 21.62 -
YUV 156.08 104.25 111.54 -
System Red Green Blue C M Y K H S L
Decimal 133 176 114 0.24 0 0.35 0.31 101.61 0.28 0.57
Hex 85 B0 72 18 0 23 1F 66 1C 39
Octal 205 260 162 30 0 43 37 146 34 71
Binary 10000101 10110000 1110010 11000 0 100011 11111 1100110 11100 111001

Color Harmonies of #85B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B072

Black with #85B072

Text Example


Text Example

White with #85B072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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