Html Css Color HEX #85A278 Amulet

📋 copy color: '#85A278'

red 133 ◦ green 162 ◦ blue 120

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

Shades of Amulet #85A278

Tints of Amulet #85A278

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

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

R = 32.05%
G = 39.04%
B = 28.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#85A278 (or 0x85A278) is known color: Amulet. HEX triplet: 85, A2 and 78. RGB value is (133,162,120). Sum of RGB (Red+Green+Blue) = 133+162+120=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #85A278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A278 is #7A5D87. Grayscale: #949494. Windows color (decimal): -8019336 or 7905925. OLE color: 7905925.

HSL color Cylindrical-coordinate representation of color #85A278: hue angle of 101.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85A278 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 120 -
CMYK 0.18 0 0.26 0.36
HSL 101.43º 0.18% 0.55% -
HSV(B) 101.43º 0.26% 0.64% -
XYZ 25.98 32.18 22.61 -
YUV 148.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 133 162 120 0.18 0 0.26 0.36 101.43 0.18 0.55
Hex 85 A2 78 12 0 1A 24 65 12 37
Octal 205 242 170 22 0 32 44 145 22 67
Binary 10000101 10100010 1111000 10010 0 11010 100100 1100101 10010 110111

Color Harmonies of #85A278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A278

Black with #85A278

Text Example


Text Example

White with #85A278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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