Html Css Color HEX #82908A Granny Smith

📋 copy color: '#82908A'

red 130 ◦ green 144 ◦ blue 138

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

Shades of Granny Smith #82908A

Tints of Granny Smith #82908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 31.55%
G = 34.95%
B = 33.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#82908A (or 0x82908A) is known color: Granny Smith. HEX triplet: 82, 90 and 8A. RGB value is (130,144,138). Sum of RGB (Red+Green+Blue) = 130+144+138=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 144 - color contains mainly: green. Hex color #82908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82908A is #7D6F75. Grayscale: #8B8B8B. Windows color (decimal): -8220534 or 9080962. OLE color: 9080962.

HSL color Cylindrical-coordinate representation of color #82908A: hue angle of 154.29º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82908A is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 138 -
CMYK 0.10 0 0.04 0.44
HSL 154.29º 0.06% 0.54% -
HSV(B) 154.29º 0.1% 0.56% -
XYZ 23.77 26.53 27.91 -
YUV 139.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 130 144 138 0.10 0 0.04 0.44 154.29 0.06 0.54
Hex 82 90 8A A 0 4 2C 9A 6 36
Octal 202 220 212 12 0 4 54 232 6 66
Binary 10000010 10010000 10001010 1010 0 100 101100 10011010 110 110110

Color Harmonies of #82908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82908A

Black with #82908A

Text Example


Text Example

White with #82908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82908A; }

 p { color: rgb(130,144,138); }

 H1.HeaderClassName
 {
   color: #82908A;
 }
 .AnyTagClassName
 {
   color: #82908A;
 }
</style>

background-color css

<style>
 a { background-color: #82908A; }

 a { background-color: rgb(130,144,138); }

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

border-color css

<style>
 span { border-color: #82908A; }

 span { border-color: rgb(130,144,138); }

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