Html Css Color HEX #809970 Amulet

📋 copy color: '#809970'

red 128 ◦ green 153 ◦ blue 112

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

Shades of Amulet #809970

Tints of Amulet #809970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 32.57%
G = 38.93%
B = 28.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#809970 (or 0x809970) is known color: Amulet. HEX triplet: 80, 99 and 70. RGB value is (128,153,112). Sum of RGB (Red+Green+Blue) = 128+153+112=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #809970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809970 is #7F668F. Grayscale: #8C8C8C. Windows color (decimal): -8349328 or 7379328. OLE color: 7379328.

HSL color Cylindrical-coordinate representation of color #809970: hue angle of 96.59º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #809970 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 112 -
CMYK 0.16 0 0.27 0.4
HSL 96.59º 0.17% 0.52% -
HSV(B) 96.59º 0.27% 0.6% -
XYZ 23.22 28.54 19.61 -
YUV 140.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 128 153 112 0.16 0 0.27 0.4 96.59 0.17 0.52
Hex 80 99 70 10 0 1B 28 61 11 34
Octal 200 231 160 20 0 33 50 141 21 64
Binary 10000000 10011001 1110000 10000 0 11011 101000 1100001 10001 110100

Color Harmonies of #809970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809970

Black with #809970

Text Example


Text Example

White with #809970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809970; }

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

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

background-color css

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

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

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

border-color css

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

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

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