Html Css Color HEX #83B675 Amulet

📋 copy color: '#83B675'

red 131 ◦ green 182 ◦ blue 117

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

Shades of Amulet #83B675

Tints of Amulet #83B675

RGB

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

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

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

R = 30.47%
G = 42.33%
B = 27.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#83B675 (or 0x83B675) is known color: Amulet. HEX triplet: 83, B6 and 75. RGB value is (131,182,117). Sum of RGB (Red+Green+Blue) = 131+182+117=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #83B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B675 is #7C498A. Grayscale: #9F9F9F. Windows color (decimal): -8145291 or 7714435. OLE color: 7714435.

HSL color Cylindrical-coordinate representation of color #83B675: hue angle of 107.08º 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 #83B675 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 182 117 -
CMYK 0.28 0 0.36 0.29
HSL 107.08º 0.31% 0.59% -
HSV(B) 107.08º 0.36% 0.71% -
XYZ 29.3 39.57 22.92 -
YUV 159.34 104.1 107.79 -
System Red Green Blue C M Y K H S L
Decimal 131 182 117 0.28 0 0.36 0.29 107.08 0.31 0.59
Hex 83 B6 75 1C 0 24 1D 6B 1F 3B
Octal 203 266 165 34 0 44 35 153 37 73
Binary 10000011 10110110 1110101 11100 0 100100 11101 1101011 11111 111011

Color Harmonies of #83B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B675

Black with #83B675

Text Example


Text Example

White with #83B675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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