Html Css Color HEX #809D7D Amulet

📋 copy color: '#809D7D'

red 128 ◦ green 157 ◦ blue 125

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

Shades of Amulet #809D7D

Tints of Amulet #809D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.29%

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

R = 31.22%
G = 38.29%
B = 30.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#809D7D (or 0x809D7D) is known color: Amulet. HEX triplet: 80, 9D and 7D. RGB value is (128,157,125). Sum of RGB (Red+Green+Blue) = 128+157+125=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #809D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809D7D is #7F6282. Grayscale: #909090. Windows color (decimal): -8348291 or 8232320. OLE color: 8232320.

HSL color Cylindrical-coordinate representation of color #809D7D: hue angle of 114.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #809D7D is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 157 125 -
CMYK 0.18 0 0.20 0.38
HSL 114.38º 0.14% 0.55% -
HSV(B) 114.38º 0.2% 0.62% -
XYZ 24.66 30.18 23.93 -
YUV 144.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 128 157 125 0.18 0 0.20 0.38 114.38 0.14 0.55
Hex 80 9D 7D 12 0 14 26 72 E 37
Octal 200 235 175 22 0 24 46 162 16 67
Binary 10000000 10011101 1111101 10010 0 10100 100110 1110010 1110 110111

Color Harmonies of #809D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D7D

Black with #809D7D

Text Example


Text Example

White with #809D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,157,125); }

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

background-color css

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

 a { background-color: rgb(128,157,125); }

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

border-color css

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

 span { border-color: rgb(128,157,125); }

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