Html Css Color HEX #809D70 Amulet

📋 copy color: '#809D70'

red 128 ◦ green 157 ◦ blue 112

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

Shades of Amulet #809D70

Tints of Amulet #809D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 32.24%
G = 39.55%
B = 28.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#809D70 (or 0x809D70) is known color: Amulet. HEX triplet: 80, 9D and 70. RGB value is (128,157,112). Sum of RGB (Red+Green+Blue) = 128+157+112=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #809D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809D70 is #7F628F. Grayscale: #8F8F8F. Windows color (decimal): -8348304 or 7380352. OLE color: 7380352.

HSL color Cylindrical-coordinate representation of color #809D70: hue angle of 98.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #809D70 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 157 112 -
CMYK 0.18 0 0.29 0.38
HSL 98.67º 0.19% 0.53% -
HSV(B) 98.67º 0.29% 0.62% -
XYZ 23.88 29.87 19.84 -
YUV 143.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 128 157 112 0.18 0 0.29 0.38 98.67 0.19 0.53
Hex 80 9D 70 12 0 1D 26 63 13 35
Octal 200 235 160 22 0 35 46 143 23 65
Binary 10000000 10011101 1110000 10010 0 11101 100110 1100011 10011 110101

Color Harmonies of #809D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D70

Black with #809D70

Text Example


Text Example

White with #809D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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