Html Css Color HEX #85AB78 Amulet

📋 copy color: '#85AB78'

red 133 ◦ green 171 ◦ blue 120

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

Shades of Amulet #85AB78

Tints of Amulet #85AB78

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.33%

 BLUE value IS 120 (47.27% from 255) = 28.3%

R = 31.37%
G = 40.33%
B = 28.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#85AB78 (or 0x85AB78) is known color: Amulet. HEX triplet: 85, AB and 78. RGB value is (133,171,120). Sum of RGB (Red+Green+Blue) = 133+171+120=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB78 is #7A5487. Grayscale: #999999. Windows color (decimal): -8017032 or 7908229. OLE color: 7908229.

HSL color Cylindrical-coordinate representation of color #85AB78: hue angle of 104.71º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85AB78 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 171 120 -
CMYK 0.22 0 0.30 0.33
HSL 104.71º 0.23% 0.57% -
HSV(B) 104.71º 0.3% 0.67% -
XYZ 27.63 35.47 23.16 -
YUV 153.82 108.91 113.15 -
System Red Green Blue C M Y K H S L
Decimal 133 171 120 0.22 0 0.30 0.33 104.71 0.23 0.57
Hex 85 AB 78 16 0 1E 21 69 17 39
Octal 205 253 170 26 0 36 41 151 27 71
Binary 10000101 10101011 1111000 10110 0 11110 100001 1101001 10111 111001

Color Harmonies of #85AB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB78

Black with #85AB78

Text Example


Text Example

White with #85AB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,171,120); }

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

background-color css

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

 a { background-color: rgb(133,171,120); }

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

border-color css

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

 span { border-color: rgb(133,171,120); }

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