#969141

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

Shades of Highball #969141

Tints of Highball #969141

Color information

#969141 (or 0x969141) is unknown color: approx Highball. HEX triplet: 96, 91 and 41. RGB value is (150,145,65). Sum of RGB (Red+Green+Blue) = 150+145+65=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #969141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969141 is #696EBE. Grayscale: #898989. Windows color (decimal): -6909631 or 4297110. OLE color: 4297110.

HSL color Cylindrical-coordinate representation of color #969141: hue angle of 56.47º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #969141 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB15014565-
CMYK00.030.570.41
HSL56.47º39.53%42.16%-
HSV(B)56.47º56.67%58.82%-
XYZ23.6627.128.99-
YUV137.3887.16137-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 65 (25.78% from 255) = 18.06%
R=41.67%
G=40.28%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501456500.030.570.4156.4739.5342.16
Hex96914103392938282a
Octal226221101037151705052
Binary10010110100100011000001011111001101001111000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969141; }

 p { color: rgb(150,145,65); }

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

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

 a { background-color: rgb(150,145,65); }

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

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

 span { border-color: rgb(150,145,65); }

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