Html Css Color HEX #85A770 Amulet

📋 copy color: '#85A770'

red 133 ◦ green 167 ◦ blue 112

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

Shades of Amulet #85A770

Tints of Amulet #85A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.53%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 32.28%
G = 40.53%
B = 27.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#85A770 (or 0x85A770) is known color: Amulet. HEX triplet: 85, A7 and 70. RGB value is (133,167,112). Sum of RGB (Red+Green+Blue) = 133+167+112=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #85A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A770 is #7A588F. Grayscale: #969696. Windows color (decimal): -8018064 or 7382917. OLE color: 7382917.

HSL color Cylindrical-coordinate representation of color #85A770: hue angle of 97.09º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85A770 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 167 112 -
CMYK 0.20 0 0.33 0.35
HSL 97.09º 0.24% 0.55% -
HSV(B) 97.09º 0.33% 0.65% -
XYZ 26.42 33.79 20.46 -
YUV 150.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 133 167 112 0.20 0 0.33 0.35 97.09 0.24 0.55
Hex 85 A7 70 14 0 21 23 61 18 37
Octal 205 247 160 24 0 41 43 141 30 67
Binary 10000101 10100111 1110000 10100 0 100001 100011 1100001 11000 110111

Color Harmonies of #85A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A770

Black with #85A770

Text Example


Text Example

White with #85A770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,167,112); }

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

background-color css

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

 a { background-color: rgb(133,167,112); }

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

border-color css

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

 span { border-color: rgb(133,167,112); }

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