Html Css Color HEX #87AA75 Amulet

📋 copy color: '#87AA75'

red 135 ◦ green 170 ◦ blue 117

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

Shades of Amulet #87AA75

Tints of Amulet #87AA75

RGB

 RED value IS 135 (53.13% from 255) = 31.99%

 GREEN value IS 170 (66.8% from 255) = 40.28%

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

R = 31.99%
G = 40.28%
B = 27.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#87AA75 (or 0x87AA75) is known color: Amulet. HEX triplet: 87, AA and 75. RGB value is (135,170,117). Sum of RGB (Red+Green+Blue) = 135+170+117=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #87AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AA75 is #78558A. Grayscale: #999999. Windows color (decimal): -7886219 or 7711367. OLE color: 7711367.

HSL color Cylindrical-coordinate representation of color #87AA75: hue angle of 99.62º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87AA75 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 170 117 -
CMYK 0.21 0 0.31 0.33
HSL 99.62º 0.24% 0.56% -
HSV(B) 99.62º 0.31% 0.67% -
XYZ 27.58 35.18 22.17 -
YUV 153.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 135 170 117 0.21 0 0.31 0.33 99.62 0.24 0.56
Hex 87 AA 75 15 0 1F 21 64 18 38
Octal 207 252 165 25 0 37 41 144 30 70
Binary 10000111 10101010 1110101 10101 0 11111 100001 1100100 11000 111000

Color Harmonies of #87AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AA75

Black with #87AA75

Text Example


Text Example

White with #87AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87AA75; }

 p { color: rgb(135,170,117); }

 H1.HeaderClassName
 {
   color: #87AA75;
 }
 .AnyTagClassName
 {
   color: #87AA75;
 }
</style>

background-color css

<style>
 a { background-color: #87AA75; }

 a { background-color: rgb(135,170,117); }

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

border-color css

<style>
 span { border-color: #87AA75; }

 span { border-color: rgb(135,170,117); }

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