Html Css Color HEX #85B275 Amulet

📋 copy color: '#85B275'

red 133 ◦ green 178 ◦ blue 117

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

Shades of Amulet #85B275

Tints of Amulet #85B275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.59%

 BLUE value IS 117 (46.09% from 255) = 27.34%

R = 31.07%
G = 41.59%
B = 27.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#85B275 (or 0x85B275) is known color: Amulet. HEX triplet: 85, B2 and 75. RGB value is (133,178,117). Sum of RGB (Red+Green+Blue) = 133+178+117=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #85B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B275 is #7A4D8A. Grayscale: #9D9D9D. Windows color (decimal): -8015243 or 7713413. OLE color: 7713413.

HSL color Cylindrical-coordinate representation of color #85B275: hue angle of 104.26º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85B275 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 178 117 -
CMYK 0.25 0 0.34 0.30
HSL 104.26º 0.28% 0.58% -
HSV(B) 104.26º 0.34% 0.7% -
XYZ 28.8 38.11 22.67 -
YUV 157.59 105.09 110.46 -
System Red Green Blue C M Y K H S L
Decimal 133 178 117 0.25 0 0.34 0.30 104.26 0.28 0.58
Hex 85 B2 75 19 0 22 1E 68 1C 3A
Octal 205 262 165 31 0 42 36 150 34 72
Binary 10000101 10110010 1110101 11001 0 100010 11110 1101000 11100 111010

Color Harmonies of #85B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B275

Black with #85B275

Text Example


Text Example

White with #85B275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,178,117); }

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

background-color css

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

 a { background-color: rgb(133,178,117); }

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

border-color css

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

 span { border-color: rgb(133,178,117); }

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