Html Css Color HEX #979482 Grey Olive

📋 copy color: '#979482'

red 151 ◦ green 148 ◦ blue 130

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

Shades of Grey Olive #979482

Tints of Grey Olive #979482

RGB

 RED value IS 151 (59.38% from 255) = 35.2%

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 35.2%
G = 34.5%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#979482 (or 0x979482) is known color: Grey Olive. HEX triplet: 97, 94 and 82. RGB value is (151,148,130). Sum of RGB (Red+Green+Blue) = 151+148+130=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 151 - color contains mainly: red. Hex color #979482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979482 is #686B7D. Grayscale: #929292. Windows color (decimal): -6843262 or 8557719. OLE color: 8557719.

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

Color convert

RGB 151 148 130 -
CMYK 0 0.02 0.14 0.41
HSL 51.43º 0.09% 0.55% -
HSV(B) 51.43º 0.14% 0.59% -
XYZ 27.38 29.37 25.35 -
YUV 146.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 151 148 130 0 0.02 0.14 0.41 51.43 0.09 0.55
Hex 97 94 82 0 2 E 29 33 9 37
Octal 227 224 202 0 2 16 51 63 11 67
Binary 10010111 10010100 10000010 0 10 1110 101001 110011 1001 110111

Color Harmonies of #979482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979482

Black with #979482

Text Example


Text Example

White with #979482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979482; }

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

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

background-color css

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

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

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

border-color css

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

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

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