Html Css Color HEX #82A68B Envy

📋 copy color: '#82A68B'

red 130 ◦ green 166 ◦ blue 139

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

Shades of Envy #82A68B

Tints of Envy #82A68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.16%

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 29.89%
G = 38.16%
B = 31.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#82A68B (or 0x82A68B) is known color: Envy. HEX triplet: 82, A6 and 8B. RGB value is (130,166,139). Sum of RGB (Red+Green+Blue) = 130+166+139=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #82A68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A68B is #7D5974. Grayscale: #989898. Windows color (decimal): -8214901 or 9152130. OLE color: 9152130.

HSL color Cylindrical-coordinate representation of color #82A68B: hue angle of 135º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82A68B is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 166 139 -
CMYK 0.22 0 0.16 0.35
HSL 135º 0.17% 0.58% -
HSV(B) 135º 0.22% 0.65% -
XYZ 27.5 33.88 29.52 -
YUV 152.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 130 166 139 0.22 0 0.16 0.35 135 0.17 0.58
Hex 82 A6 8B 16 0 10 23 87 11 3A
Octal 202 246 213 26 0 20 43 207 21 72
Binary 10000010 10100110 10001011 10110 0 10000 100011 10000111 10001 111010

Color Harmonies of #82A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A68B

Black with #82A68B

Text Example


Text Example

White with #82A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,166,139); }

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

background-color css

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

 a { background-color: rgb(130,166,139); }

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

border-color css

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

 span { border-color: rgb(130,166,139); }

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