Html Css Color HEX #82978D Granny Smith

📋 copy color: '#82978D'

red 130 ◦ green 151 ◦ blue 141

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

Shades of Granny Smith #82978D

Tints of Granny Smith #82978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.78%

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

R = 30.81%
G = 35.78%
B = 33.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#82978D (or 0x82978D) is known color: Granny Smith. HEX triplet: 82, 97 and 8D. RGB value is (130,151,141). Sum of RGB (Red+Green+Blue) = 130+151+141=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 151 - color contains mainly: green. Hex color #82978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82978D is #7D6872. Grayscale: #8F8F8F. Windows color (decimal): -8218739 or 9279362. OLE color: 9279362.

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

Color convert

RGB 130 151 141 -
CMYK 0.14 0 0.07 0.41
HSL 151.43º 0.09% 0.55% -
HSV(B) 151.43º 0.14% 0.59% -
XYZ 25.08 28.8 29.44 -
YUV 143.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 130 151 141 0.14 0 0.07 0.41 151.43 0.09 0.55
Hex 82 97 8D E 0 7 29 97 9 37
Octal 202 227 215 16 0 7 51 227 11 67
Binary 10000010 10010111 10001101 1110 0 111 101001 10010111 1001 110111

Color Harmonies of #82978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82978D

Black with #82978D

Text Example


Text Example

White with #82978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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