Html Css Color HEX #869B75 Amulet

📋 copy color: '#869B75'

red 134 ◦ green 155 ◦ blue 117

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

Shades of Amulet #869B75

Tints of Amulet #869B75

RGB

 RED value IS 134 (52.73% from 255) = 33%

 GREEN value IS 155 (60.94% from 255) = 38.18%

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

R = 33%
G = 38.18%
B = 28.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#869B75 (or 0x869B75) is known color: Amulet. HEX triplet: 86, 9B and 75. RGB value is (134,155,117). Sum of RGB (Red+Green+Blue) = 134+155+117=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #869B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B75 is #79648A. Grayscale: #909090. Windows color (decimal): -7955595 or 7707526. OLE color: 7707526.

HSL color Cylindrical-coordinate representation of color #869B75: hue angle of 93.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #869B75 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 117 -
CMYK 0.14 0 0.25 0.39
HSL 93.16º 0.16% 0.53% -
HSV(B) 93.16º 0.25% 0.61% -
XYZ 24.76 29.8 21.28 -
YUV 144.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 134 155 117 0.14 0 0.25 0.39 93.16 0.16 0.53
Hex 86 9B 75 E 0 19 27 5D 10 35
Octal 206 233 165 16 0 31 47 135 20 65
Binary 10000110 10011011 1110101 1110 0 11001 100111 1011101 10000 110101

Color Harmonies of #869B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B75

Black with #869B75

Text Example


Text Example

White with #869B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869B75; }

 p { color: rgb(134,155,117); }

 H1.HeaderClassName
 {
   color: #869B75;
 }
 .AnyTagClassName
 {
   color: #869B75;
 }
</style>

background-color css

<style>
 a { background-color: #869B75; }

 a { background-color: rgb(134,155,117); }

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

border-color css

<style>
 span { border-color: #869B75; }

 span { border-color: rgb(134,155,117); }

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