Html Css Color HEX #85B675 Amulet

📋 copy color: '#85B675'

red 133 ◦ green 182 ◦ blue 117

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

Shades of Amulet #85B675

Tints of Amulet #85B675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.13%

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

R = 30.79%
G = 42.13%
B = 27.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#85B675 (or 0x85B675) is known color: Amulet. HEX triplet: 85, B6 and 75. RGB value is (133,182,117). Sum of RGB (Red+Green+Blue) = 133+182+117=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #85B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B675 is #7A498A. Grayscale: #A0A0A0. Windows color (decimal): -8014219 or 7714437. OLE color: 7714437.

HSL color Cylindrical-coordinate representation of color #85B675: hue angle of 105.23º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85B675 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 182 117 -
CMYK 0.27 0 0.36 0.29
HSL 105.23º 0.31% 0.59% -
HSV(B) 105.23º 0.36% 0.71% -
XYZ 29.61 39.73 22.94 -
YUV 159.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 133 182 117 0.27 0 0.36 0.29 105.23 0.31 0.59
Hex 85 B6 75 1B 0 24 1D 69 1F 3B
Octal 205 266 165 33 0 44 35 151 37 73
Binary 10000101 10110110 1110101 11011 0 100100 11101 1101001 11111 111011

Color Harmonies of #85B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B675

Black with #85B675

Text Example


Text Example

White with #85B675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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