Html Css Color HEX #80B675 Amulet

📋 copy color: '#80B675'

red 128 ◦ green 182 ◦ blue 117

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

Shades of Amulet #80B675

Tints of Amulet #80B675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.62%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 29.98%
G = 42.62%
B = 27.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#80B675 (or 0x80B675) is known color: Amulet. HEX triplet: 80, B6 and 75. RGB value is (128,182,117). Sum of RGB (Red+Green+Blue) = 128+182+117=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #80B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B675 is #7F498A. Grayscale: #9E9E9E. Windows color (decimal): -8341899 or 7714432. OLE color: 7714432.

HSL color Cylindrical-coordinate representation of color #80B675: hue angle of 109.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80B675 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 117 -
CMYK 0.30 0 0.36 0.29
HSL 109.85º 0.31% 0.59% -
HSV(B) 109.85º 0.36% 0.71% -
XYZ 28.84 39.33 22.9 -
YUV 158.44 104.61 106.29 -
System Red Green Blue C M Y K H S L
Decimal 128 182 117 0.30 0 0.36 0.29 109.85 0.31 0.59
Hex 80 B6 75 1E 0 24 1D 6E 1F 3B
Octal 200 266 165 36 0 44 35 156 37 73
Binary 10000000 10110110 1110101 11110 0 100100 11101 1101110 11111 111011

Color Harmonies of #80B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B675

Black with #80B675

Text Example


Text Example

White with #80B675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,182,117); }

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

background-color css

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

 a { background-color: rgb(128,182,117); }

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

border-color css

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

 span { border-color: rgb(128,182,117); }

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