Html Css Color HEX #82AB75 Amulet

📋 copy color: '#82AB75'

red 130 ◦ green 171 ◦ blue 117

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

Shades of Amulet #82AB75

Tints of Amulet #82AB75

RGB

 RED value IS 130 (51.17% from 255) = 31.1%

 GREEN value IS 171 (67.19% from 255) = 40.91%

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

R = 31.1%
G = 40.91%
B = 27.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#82AB75 (or 0x82AB75) is known color: Amulet. HEX triplet: 82, AB and 75. RGB value is (130,171,117). Sum of RGB (Red+Green+Blue) = 130+171+117=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB75 is #7D548A. Grayscale: #989898. Windows color (decimal): -8213643 or 7711618. OLE color: 7711618.

HSL color Cylindrical-coordinate representation of color #82AB75: hue angle of 105.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82AB75 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 117 -
CMYK 0.24 0 0.32 0.33
HSL 105.56º 0.24% 0.56% -
HSV(B) 105.56º 0.32% 0.67% -
XYZ 26.98 35.16 22.19 -
YUV 152.59 107.92 111.89 -
System Red Green Blue C M Y K H S L
Decimal 130 171 117 0.24 0 0.32 0.33 105.56 0.24 0.56
Hex 82 AB 75 18 0 20 21 6A 18 38
Octal 202 253 165 30 0 40 41 152 30 70
Binary 10000010 10101011 1110101 11000 0 100000 100001 1101010 11000 111000

Color Harmonies of #82AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB75

Black with #82AB75

Text Example


Text Example

White with #82AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AB75; }

 p { color: rgb(130,171,117); }

 H1.HeaderClassName
 {
   color: #82AB75;
 }
 .AnyTagClassName
 {
   color: #82AB75;
 }
</style>

background-color css

<style>
 a { background-color: #82AB75; }

 a { background-color: rgb(130,171,117); }

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

border-color css

<style>
 span { border-color: #82AB75; }

 span { border-color: rgb(130,171,117); }

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