Html Css Color HEX #85AB74 Amulet

📋 copy color: '#85AB74'

red 133 ◦ green 171 ◦ blue 116

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

Shades of Amulet #85AB74

Tints of Amulet #85AB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 31.67%
G = 40.71%
B = 27.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#85AB74 (or 0x85AB74) is known color: Amulet. HEX triplet: 85, AB and 74. RGB value is (133,171,116). Sum of RGB (Red+Green+Blue) = 133+171+116=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB74 is #7A548B. Grayscale: #999999. Windows color (decimal): -8017036 or 7646085. OLE color: 7646085.

HSL color Cylindrical-coordinate representation of color #85AB74: hue angle of 101.45º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85AB74 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 171 116 -
CMYK 0.22 0 0.32 0.33
HSL 101.45º 0.25% 0.56% -
HSV(B) 101.45º 0.32% 0.67% -
XYZ 27.39 35.37 21.91 -
YUV 153.37 106.91 113.47 -
System Red Green Blue C M Y K H S L
Decimal 133 171 116 0.22 0 0.32 0.33 101.45 0.25 0.56
Hex 85 AB 74 16 0 20 21 65 19 38
Octal 205 253 164 26 0 40 41 145 31 70
Binary 10000101 10101011 1110100 10110 0 100000 100001 1100101 11001 111000

Color Harmonies of #85AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB74

Black with #85AB74

Text Example


Text Example

White with #85AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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