Html Css Color HEX #869B7D Amulet

📋 copy color: '#869B7D'

red 134 ◦ green 155 ◦ blue 125

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

Shades of Amulet #869B7D

Tints of Amulet #869B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 32.37%
G = 37.44%
B = 30.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#869B7D (or 0x869B7D) is known color: Amulet. HEX triplet: 86, 9B and 7D. RGB value is (134,155,125). Sum of RGB (Red+Green+Blue) = 134+155+125=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 155 - color contains mainly: green. Hex color #869B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B7D is #796482. Grayscale: #919191. Windows color (decimal): -7955587 or 8231814. OLE color: 8231814.

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

Color convert

RGB 134 155 125 -
CMYK 0.14 0 0.19 0.39
HSL 102º 0.13% 0.55% -
HSV(B) 102º 0.19% 0.61% -
XYZ 25.25 29.99 23.86 -
YUV 145.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 134 155 125 0.14 0 0.19 0.39 102 0.13 0.55
Hex 86 9B 7D E 0 13 27 66 D 37
Octal 206 233 175 16 0 23 47 146 15 67
Binary 10000110 10011011 1111101 1110 0 10011 100111 1100110 1101 110111

Color Harmonies of #869B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B7D

Black with #869B7D

Text Example


Text Example

White with #869B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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