Html Css Color HEX #85B07C Amulet

📋 copy color: '#85B07C'

red 133 ◦ green 176 ◦ blue 124

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

Shades of Amulet #85B07C

Tints of Amulet #85B07C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 30.72%
G = 40.65%
B = 28.64%

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

#85B07C (or 0x85B07C) is known color: Amulet. HEX triplet: 85, B0 and 7C. RGB value is (133,176,124). Sum of RGB (Red+Green+Blue) = 133+176+124=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #85B07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B07C is #7A4F83. Grayscale: #9D9D9D. Windows color (decimal): -8015748 or 8171653. OLE color: 8171653.

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

Color convert

RGB 133 176 124 -
CMYK 0.24 0 0.30 0.31
HSL 109.62º 0.25% 0.59% -
HSV(B) 109.62º 0.3% 0.69% -
XYZ 28.84 37.49 24.79 -
YUV 157.22 109.25 110.73 -
System Red Green Blue C M Y K H S L
Decimal 133 176 124 0.24 0 0.30 0.31 109.62 0.25 0.59
Hex 85 B0 7C 18 0 1E 1F 6E 19 3B
Octal 205 260 174 30 0 36 37 156 31 73
Binary 10000101 10110000 1111100 11000 0 11110 11111 1101110 11001 111011

Color Harmonies of #85B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B07C

Black with #85B07C

Text Example


Text Example

White with #85B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,176,124); }

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

background-color css

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

 a { background-color: rgb(133,176,124); }

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

border-color css

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

 span { border-color: rgb(133,176,124); }

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