Html Css Color HEX #82968D Granny Smith

📋 copy color: '#82968D'

red 130 ◦ green 150 ◦ blue 141

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

Shades of Granny Smith #82968D

Tints of Granny Smith #82968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.63%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 30.88%
G = 35.63%
B = 33.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#82968D (or 0x82968D) is known color: Granny Smith. HEX triplet: 82, 96 and 8D. RGB value is (130,150,141). Sum of RGB (Red+Green+Blue) = 130+150+141=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #82968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82968D is #7D6972. Grayscale: #8F8F8F. Windows color (decimal): -8218995 or 9279106. OLE color: 9279106.

HSL color Cylindrical-coordinate representation of color #82968D: hue angle of 153º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #82968D is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 141 -
CMYK 0.13 0 0.06 0.41
HSL 153º 0.09% 0.55% -
HSV(B) 153º 0.13% 0.59% -
XYZ 24.92 28.48 29.38 -
YUV 142.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 130 150 141 0.13 0 0.06 0.41 153 0.09 0.55
Hex 82 96 8D D 0 6 29 99 9 37
Octal 202 226 215 15 0 6 51 231 11 67
Binary 10000010 10010110 10001101 1101 0 110 101001 10011001 1001 110111

Color Harmonies of #82968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82968D

Black with #82968D

Text Example


Text Example

White with #82968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82968D; }

 p { color: rgb(130,150,141); }

 H1.HeaderClassName
 {
   color: #82968D;
 }
 .AnyTagClassName
 {
   color: #82968D;
 }
</style>

background-color css

<style>
 a { background-color: #82968D; }

 a { background-color: rgb(130,150,141); }

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

border-color css

<style>
 span { border-color: #82968D; }

 span { border-color: rgb(130,150,141); }

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