Html Css Color HEX #80B06D Amulet

📋 copy color: '#80B06D'

red 128 ◦ green 176 ◦ blue 109

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

Shades of Amulet #80B06D

Tints of Amulet #80B06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.62%

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

R = 30.99%
G = 42.62%
B = 26.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#80B06D (or 0x80B06D) is known color: Amulet. HEX triplet: 80, B0 and 6D. RGB value is (128,176,109). Sum of RGB (Red+Green+Blue) = 128+176+109=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #80B06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B06D is #7F4F92. Grayscale: #9A9A9A. Windows color (decimal): -8343443 or 7188608. OLE color: 7188608.

HSL color Cylindrical-coordinate representation of color #80B06D: hue angle of 102.99º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80B06D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 109 -
CMYK 0.27 0 0.38 0.31
HSL 102.99º 0.3% 0.56% -
HSV(B) 102.99º 0.38% 0.69% -
XYZ 27.19 36.74 20.13 -
YUV 154.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 128 176 109 0.27 0 0.38 0.31 102.99 0.3 0.56
Hex 80 B0 6D 1B 0 26 1F 67 1E 38
Octal 200 260 155 33 0 46 37 147 36 70
Binary 10000000 10110000 1101101 11011 0 100110 11111 1100111 11110 111000

Color Harmonies of #80B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B06D

Black with #80B06D

Text Example


Text Example

White with #80B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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