Html Css Color HEX #85A76D Amulet

📋 copy color: '#85A76D'

red 133 ◦ green 167 ◦ blue 109

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

Shades of Amulet #85A76D

Tints of Amulet #85A76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 32.52%
G = 40.83%
B = 26.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#85A76D (or 0x85A76D) is known color: Amulet. HEX triplet: 85, A7 and 6D. RGB value is (133,167,109). Sum of RGB (Red+Green+Blue) = 133+167+109=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #85A76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A76D is #7A5892. Grayscale: #969696. Windows color (decimal): -8018067 or 7186309. OLE color: 7186309.

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

Color convert

RGB 133 167 109 -
CMYK 0.20 0 0.35 0.35
HSL 95.17º 0.25% 0.54% -
HSV(B) 95.17º 0.35% 0.65% -
XYZ 26.25 33.73 19.59 -
YUV 150.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 133 167 109 0.20 0 0.35 0.35 95.17 0.25 0.54
Hex 85 A7 6D 14 0 23 23 5F 19 36
Octal 205 247 155 24 0 43 43 137 31 66
Binary 10000101 10100111 1101101 10100 0 100011 100011 1011111 11001 110110

Color Harmonies of #85A76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A76D

Black with #85A76D

Text Example


Text Example

White with #85A76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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