Html Css Color HEX #86A67A Amulet

📋 copy color: '#86A67A'

red 134 ◦ green 166 ◦ blue 122

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

Shades of Amulet #86A67A

Tints of Amulet #86A67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

 BLUE value IS 122 (48.05% from 255) = 28.91%

R = 31.75%
G = 39.34%
B = 28.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#86A67A (or 0x86A67A) is known color: Amulet. HEX triplet: 86, A6 and 7A. RGB value is (134,166,122). Sum of RGB (Red+Green+Blue) = 134+166+122=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #86A67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A67A is #795985. Grayscale: #979797. Windows color (decimal): -7952774 or 8038022. OLE color: 8038022.

HSL color Cylindrical-coordinate representation of color #86A67A: hue angle of 103.64º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86A67A is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 166 122 -
CMYK 0.19 0 0.27 0.35
HSL 103.64º 0.2% 0.56% -
HSV(B) 103.64º 0.27% 0.65% -
XYZ 26.98 33.75 23.5 -
YUV 151.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 134 166 122 0.19 0 0.27 0.35 103.64 0.2 0.56
Hex 86 A6 7A 13 0 1B 23 68 14 38
Octal 206 246 172 23 0 33 43 150 24 70
Binary 10000110 10100110 1111010 10011 0 11011 100011 1101000 10100 111000

Color Harmonies of #86A67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A67A

Black with #86A67A

Text Example


Text Example

White with #86A67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A67A; }

 p { color: rgb(134,166,122); }

 H1.HeaderClassName
 {
   color: #86A67A;
 }
 .AnyTagClassName
 {
   color: #86A67A;
 }
</style>

background-color css

<style>
 a { background-color: #86A67A; }

 a { background-color: rgb(134,166,122); }

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

border-color css

<style>
 span { border-color: #86A67A; }

 span { border-color: rgb(134,166,122); }

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