Html Css Color HEX #82968F Granny Smith

📋 copy color: '#82968F'

red 130 ◦ green 150 ◦ blue 143

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

Shades of Granny Smith #82968F

Tints of Granny Smith #82968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 30.73%
G = 35.46%
B = 33.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#82968F (or 0x82968F) is known color: Granny Smith. HEX triplet: 82, 96 and 8F. RGB value is (130,150,143). Sum of RGB (Red+Green+Blue) = 130+150+143=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #82968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82968F is #7D6970. Grayscale: #8F8F8F. Windows color (decimal): -8218993 or 9410178. OLE color: 9410178.

HSL color Cylindrical-coordinate representation of color #82968F: hue angle of 159º 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 #82968F is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 143 -
CMYK 0.13 0 0.05 0.41
HSL 159º 0.09% 0.55% -
HSV(B) 159º 0.13% 0.59% -
XYZ 25.07 28.54 30.17 -
YUV 143.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 130 150 143 0.13 0 0.05 0.41 159 0.09 0.55
Hex 82 96 8F D 0 5 29 9F 9 37
Octal 202 226 217 15 0 5 51 237 11 67
Binary 10000010 10010110 10001111 1101 0 101 101001 10011111 1001 110111

Color Harmonies of #82968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82968F

Black with #82968F

Text Example


Text Example

White with #82968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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