Html Css Color HEX #809B6D Amulet

📋 copy color: '#809B6D'

red 128 ◦ green 155 ◦ blue 109

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

Shades of Amulet #809B6D

Tints of Amulet #809B6D

RGB

 RED value IS 128 (50.39% from 255) = 32.65%

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

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 32.65%
G = 39.54%
B = 27.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#809B6D (or 0x809B6D) is known color: Amulet. HEX triplet: 80, 9B and 6D. RGB value is (128,155,109). Sum of RGB (Red+Green+Blue) = 128+155+109=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #809B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809B6D is #7F6492. Grayscale: #8D8D8D. Windows color (decimal): -8348819 or 7183232. OLE color: 7183232.

HSL color Cylindrical-coordinate representation of color #809B6D: hue angle of 95.22º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #809B6D is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 155 109 -
CMYK 0.17 0 0.30 0.39
HSL 95.22º 0.19% 0.52% -
HSV(B) 95.22º 0.3% 0.61% -
XYZ 23.38 29.14 18.86 -
YUV 141.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 128 155 109 0.17 0 0.30 0.39 95.22 0.19 0.52
Hex 80 9B 6D 11 0 1E 27 5F 13 34
Octal 200 233 155 21 0 36 47 137 23 64
Binary 10000000 10011011 1101101 10001 0 11110 100111 1011111 10011 110100

Color Harmonies of #809B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B6D

Black with #809B6D

Text Example


Text Example

White with #809B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809B6D; }

 p { color: rgb(128,155,109); }

 H1.HeaderClassName
 {
   color: #809B6D;
 }
 .AnyTagClassName
 {
   color: #809B6D;
 }
</style>

background-color css

<style>
 a { background-color: #809B6D; }

 a { background-color: rgb(128,155,109); }

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

border-color css

<style>
 span { border-color: #809B6D; }

 span { border-color: rgb(128,155,109); }

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