Html Css Color HEX #83AF77 Amulet

📋 copy color: '#83AF77'

red 131 ◦ green 175 ◦ blue 119

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

Shades of Amulet #83AF77

Tints of Amulet #83AF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.18%

 BLUE value IS 119 (46.88% from 255) = 28%

R = 30.82%
G = 41.18%
B = 28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#83AF77 (or 0x83AF77) is known color: Amulet. HEX triplet: 83, AF and 77. RGB value is (131,175,119). Sum of RGB (Red+Green+Blue) = 131+175+119=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF77 is #7C5088. Grayscale: #9B9B9B. Windows color (decimal): -8147081 or 7843715. OLE color: 7843715.

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

Color convert

RGB 131 175 119 -
CMYK 0.25 0 0.32 0.31
HSL 107.14º 0.26% 0.58% -
HSV(B) 107.14º 0.32% 0.69% -
XYZ 28.02 36.82 23.08 -
YUV 155.46 107.42 110.55 -
System Red Green Blue C M Y K H S L
Decimal 131 175 119 0.25 0 0.32 0.31 107.14 0.26 0.58
Hex 83 AF 77 19 0 20 1F 6B 1A 3A
Octal 203 257 167 31 0 40 37 153 32 72
Binary 10000011 10101111 1110111 11001 0 100000 11111 1101011 11010 111010

Color Harmonies of #83AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF77

Black with #83AF77

Text Example


Text Example

White with #83AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,119); }

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

background-color css

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

 a { background-color: rgb(131,175,119); }

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

border-color css

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

 span { border-color: rgb(131,175,119); }

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