Html Css Color HEX #82978B Granny Smith

📋 copy color: '#82978B'

red 130 ◦ green 151 ◦ blue 139

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

Shades of Granny Smith #82978B

Tints of Granny Smith #82978B

RGB

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

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

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

R = 30.95%
G = 35.95%
B = 33.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#82978B (or 0x82978B) is known color: Granny Smith. HEX triplet: 82, 97 and 8B. RGB value is (130,151,139). Sum of RGB (Red+Green+Blue) = 130+151+139=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 151 - color contains mainly: green. Hex color #82978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82978B is #7D6874. Grayscale: #8F8F8F. Windows color (decimal): -8218741 or 9148290. OLE color: 9148290.

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

Color convert

RGB 130 151 139 -
CMYK 0.14 0 0.08 0.41
HSL 145.71º 0.09% 0.55% -
HSV(B) 145.71º 0.14% 0.59% -
XYZ 24.93 28.74 28.66 -
YUV 143.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 130 151 139 0.14 0 0.08 0.41 145.71 0.09 0.55
Hex 82 97 8B E 0 8 29 92 9 37
Octal 202 227 213 16 0 10 51 222 11 67
Binary 10000010 10010111 10001011 1110 0 1000 101001 10010010 1001 110111

Color Harmonies of #82978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82978B

Black with #82978B

Text Example


Text Example

White with #82978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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