Html Css Color HEX #85AF7B Amulet

📋 copy color: '#85AF7B'

red 133 ◦ green 175 ◦ blue 123

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

Shades of Amulet #85AF7B

Tints of Amulet #85AF7B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

 BLUE value IS 123 (48.44% from 255) = 28.54%

R = 30.86%
G = 40.6%
B = 28.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#85AF7B (or 0x85AF7B) is known color: Amulet. HEX triplet: 85, AF and 7B. RGB value is (133,175,123). Sum of RGB (Red+Green+Blue) = 133+175+123=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF7B is #7A5084. Grayscale: #9C9C9C. Windows color (decimal): -8016005 or 8105861. OLE color: 8105861.

HSL color Cylindrical-coordinate representation of color #85AF7B: hue angle of 108.46º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85AF7B is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 175 123 -
CMYK 0.24 0 0.30 0.31
HSL 108.46º 0.25% 0.58% -
HSV(B) 108.46º 0.3% 0.69% -
XYZ 28.58 37.08 24.39 -
YUV 156.51 109.09 111.23 -
System Red Green Blue C M Y K H S L
Decimal 133 175 123 0.24 0 0.30 0.31 108.46 0.25 0.58
Hex 85 AF 7B 18 0 1E 1F 6C 19 3A
Octal 205 257 173 30 0 36 37 154 31 72
Binary 10000101 10101111 1111011 11000 0 11110 11111 1101100 11001 111010

Color Harmonies of #85AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF7B

Black with #85AF7B

Text Example


Text Example

White with #85AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,175,123); }

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

background-color css

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

 a { background-color: rgb(133,175,123); }

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

border-color css

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

 span { border-color: rgb(133,175,123); }

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