Html Css Color HEX #80B06B Amulet

📋 copy color: '#80B06B'

red 128 ◦ green 176 ◦ blue 107

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

Shades of Amulet #80B06B

Tints of Amulet #80B06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 31.14%
G = 42.82%
B = 26.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#80B06B (or 0x80B06B) is known color: Amulet. HEX triplet: 80, B0 and 6B. RGB value is (128,176,107). Sum of RGB (Red+Green+Blue) = 128+176+107=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #80B06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B06B is #7F4F94. Grayscale: #9A9A9A. Windows color (decimal): -8343445 or 7057536. OLE color: 7057536.

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

Color convert

RGB 128 176 107 -
CMYK 0.27 0 0.39 0.31
HSL 101.74º 0.3% 0.55% -
HSV(B) 101.74º 0.39% 0.69% -
XYZ 27.08 36.7 19.57 -
YUV 153.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 128 176 107 0.27 0 0.39 0.31 101.74 0.3 0.55
Hex 80 B0 6B 1B 0 27 1F 66 1E 37
Octal 200 260 153 33 0 47 37 146 36 67
Binary 10000000 10110000 1101011 11011 0 100111 11111 1100110 11110 110111

Color Harmonies of #80B06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B06B

Black with #80B06B

Text Example


Text Example

White with #80B06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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