#969F46

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

Shades of Highball #969F46

Tints of Highball #969F46

Color information

#969F46 (or 0x969F46) is unknown color: approx Highball. HEX triplet: 96, 9F and 46. RGB value is (150,159,70). Sum of RGB (Red+Green+Blue) = 150+159+70=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #969F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969F46 is #6960B9. Grayscale: #929292. Windows color (decimal): -6906042 or 4628374. OLE color: 4628374.

HSL color Cylindrical-coordinate representation of color #969F46: hue angle of 66.07º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #969F46 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB15015970-
CMYK0.0600.560.38
HSL66.07º38.86%44.9%-
HSV(B)66.07º55.97%62.35%-
XYZ26.0831.7210.54-
YUV146.1685.02130.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 159 (62.5% from 255) = 41.95%
BLUE value IS 70 (27.73% from 255) = 18.47%
R=39.58%
G=41.95%
B=18.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150159700.0600.560.3866.0738.8644.9
Hex969F4660382642272d
Octal2262371066070461024755
Binary1001011010011111100011011001110001001101000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969F46; }

 p { color: rgb(150,159,70); }

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

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

 a { background-color: rgb(150,159,70); }

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

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

 span { border-color: rgb(150,159,70); }

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