Html Css Color HEX #82978E Granny Smith

📋 copy color: '#82978E'

red 130 ◦ green 151 ◦ blue 142

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

Shades of Granny Smith #82978E

Tints of Granny Smith #82978E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 30.73%
G = 35.7%
B = 33.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#82978E (or 0x82978E) is known color: Granny Smith. HEX triplet: 82, 97 and 8E. RGB value is (130,151,142). Sum of RGB (Red+Green+Blue) = 130+151+142=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 151 - color contains mainly: green. Hex color #82978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82978E is #7D6871. Grayscale: #8F8F8F. Windows color (decimal): -8218738 or 9344898. OLE color: 9344898.

HSL color Cylindrical-coordinate representation of color #82978E: hue angle of 154.29º 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 #82978E is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 142 -
CMYK 0.14 0 0.06 0.41
HSL 154.29º 0.09% 0.55% -
HSV(B) 154.29º 0.14% 0.59% -
XYZ 25.16 28.83 29.83 -
YUV 143.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 130 151 142 0.14 0 0.06 0.41 154.29 0.09 0.55
Hex 82 97 8E E 0 6 29 9A 9 37
Octal 202 227 216 16 0 6 51 232 11 67
Binary 10000010 10010111 10001110 1110 0 110 101001 10011010 1001 110111

Color Harmonies of #82978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82978E

Black with #82978E

Text Example


Text Example

White with #82978E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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