Html Css Color HEX #85A77A Amulet

📋 copy color: '#85A77A'

red 133 ◦ green 167 ◦ blue 122

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

Shades of Amulet #85A77A

Tints of Amulet #85A77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.91%

R = 31.52%
G = 39.57%
B = 28.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#85A77A (or 0x85A77A) is known color: Amulet. HEX triplet: 85, A7 and 7A. RGB value is (133,167,122). Sum of RGB (Red+Green+Blue) = 133+167+122=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #85A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A77A is #7A5885. Grayscale: #979797. Windows color (decimal): -8018054 or 8038277. OLE color: 8038277.

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

Color convert

RGB 133 167 122 -
CMYK 0.20 0 0.27 0.35
HSL 105.33º 0.2% 0.57% -
HSV(B) 105.33º 0.27% 0.65% -
XYZ 27 34.03 23.56 -
YUV 151.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 133 167 122 0.20 0 0.27 0.35 105.33 0.2 0.57
Hex 85 A7 7A 14 0 1B 23 69 14 39
Octal 205 247 172 24 0 33 43 151 24 71
Binary 10000101 10100111 1111010 10100 0 11011 100011 1101001 10100 111001

Color Harmonies of #85A77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A77A

Black with #85A77A

Text Example


Text Example

White with #85A77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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