Html Css Color HEX #809B70 Amulet

📋 copy color: '#809B70'

red 128 ◦ green 155 ◦ blue 112

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

Shades of Amulet #809B70

Tints of Amulet #809B70

RGB

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

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

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

R = 32.41%
G = 39.24%
B = 28.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#809B70 (or 0x809B70) is known color: Amulet. HEX triplet: 80, 9B and 70. RGB value is (128,155,112). Sum of RGB (Red+Green+Blue) = 128+155+112=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #809B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809B70 is #7F648F. Grayscale: #8E8E8E. Windows color (decimal): -8348816 or 7379840. OLE color: 7379840.

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

Color convert

RGB 128 155 112 -
CMYK 0.17 0 0.28 0.39
HSL 97.67º 0.18% 0.52% -
HSV(B) 97.67º 0.28% 0.61% -
XYZ 23.55 29.2 19.72 -
YUV 142.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 128 155 112 0.17 0 0.28 0.39 97.67 0.18 0.52
Hex 80 9B 70 11 0 1C 27 62 12 34
Octal 200 233 160 21 0 34 47 142 22 64
Binary 10000000 10011011 1110000 10001 0 11100 100111 1100010 10010 110100

Color Harmonies of #809B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B70

Black with #809B70

Text Example


Text Example

White with #809B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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