Html Css Color HEX #83B079 Amulet

📋 copy color: '#83B079'

red 131 ◦ green 176 ◦ blue 121

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

Shades of Amulet #83B079

Tints of Amulet #83B079

RGB

 RED value IS 131 (51.56% from 255) = 30.61%

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

 BLUE value IS 121 (47.66% from 255) = 28.27%

R = 30.61%
G = 41.12%
B = 28.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#83B079 (or 0x83B079) is known color: Amulet. HEX triplet: 83, B0 and 79. RGB value is (131,176,121). Sum of RGB (Red+Green+Blue) = 131+176+121=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #83B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B079 is #7C4F86. Grayscale: #9C9C9C. Windows color (decimal): -8146823 or 7975043. OLE color: 7975043.

HSL color Cylindrical-coordinate representation of color #83B079: hue angle of 109.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83B079 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 176 121 -
CMYK 0.26 0 0.31 0.31
HSL 109.09º 0.26% 0.58% -
HSV(B) 109.09º 0.31% 0.69% -
XYZ 28.34 37.26 23.79 -
YUV 156.28 108.09 109.97 -
System Red Green Blue C M Y K H S L
Decimal 131 176 121 0.26 0 0.31 0.31 109.09 0.26 0.58
Hex 83 B0 79 1A 0 1F 1F 6D 1A 3A
Octal 203 260 171 32 0 37 37 155 32 72
Binary 10000011 10110000 1111001 11010 0 11111 11111 1101101 11010 111010

Color Harmonies of #83B079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B079

Black with #83B079

Text Example


Text Example

White with #83B079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83B079; }

 p { color: rgb(131,176,121); }

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

background-color css

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

 a { background-color: rgb(131,176,121); }

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

border-color css

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

 span { border-color: rgb(131,176,121); }

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