#979A4A

Color #979A4A Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #979A4A

Tints of Highball #979A4A

Color information

#979A4A (or 0x979A4A) is unknown color: approx Highball. HEX triplet: 97, 9A and 4A. RGB value is (151,154,74). Sum of RGB (Red+Green+Blue) = 151+154+74=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #979A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979A4A is #6865B5. Grayscale: #909090. Windows color (decimal): -6841782 or 4889239. OLE color: 4889239.

HSL color Cylindrical-coordinate representation of color #979A4A: hue angle of 62.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #979A4A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB15115474-
CMYK0.0200.520.40
HSL62.25º35.09%44.71%-
HSV(B)62.25º51.95%60.39%-
XYZ25.5530.1810.96-
YUV143.9888.51133-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 154 (60.55% from 255) = 40.63%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=39.84%
G=40.63%
B=19.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151154740.0200.520.4062.2535.0944.71
Hex979A4A2034283e232d
Octal227232112206450764355
Binary10010111100110101001010100110100101000111110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979A4A; }

 p { color: rgb(151,154,74); }

 H1.HeaderClassName
 {
   color: #979A4A;
 }
 .AnyTagClassName
 {
   color: #979A4A;
 }
</style>
background-color css

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

 a { background-color: rgb(151,154,74); }

 div.DivClassName
 {
   background-color: #979A4A;
 }
 .BgClassName
 {
   background-color: #979A4A;
 }
</style>
border-color css

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

 span { border-color: rgb(151,154,74); }

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