#96994F

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

Shades of Highball #96994F

Tints of Highball #96994F

Color information

#96994F (or 0x96994F) is unknown color: approx Highball. HEX triplet: 96, 99 and 4F. RGB value is (150,153,79). Sum of RGB (Red+Green+Blue) = 150+153+79=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #96994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96994F is #6966B0. Grayscale: #8F8F8F. Windows color (decimal): -6907569 or 5216662. OLE color: 5216662.

HSL color Cylindrical-coordinate representation of color #96994F: hue angle of 62.43º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96994F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15015379-
CMYK0.0200.480.4
HSL62.43º31.9%45.49%-
HSV(B)62.43º48.37%60%-
XYZ25.3829.8311.82-
YUV143.6791.51132.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 79 (31.25% from 255) = 20.68%
R=39.27%
G=40.05%
B=20.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153790.0200.480.462.4331.945.49
Hex96994F2030283e202d
Octal226231117206050764055
Binary10010110100110011001111100110000101000111110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,153,79); }

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

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

 a { background-color: rgb(150,153,79); }

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

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

 span { border-color: rgb(150,153,79); }

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