#969030

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

Shades of Highball #969030

Tints of Highball #969030

Color information

#969030 (or 0x969030) is unknown color: approx Highball. HEX triplet: 96, 90 and 30. RGB value is (150,144,48). Sum of RGB (Red+Green+Blue) = 150+144+48=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #969030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969030 is #696FCF. Grayscale: #878787. Windows color (decimal): -6909904 or 3182742. OLE color: 3182742.

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

Color convert

RGB15014448-
CMYK00.040.680.41
HSL56.47º51.52%38.82%-
HSV(B)56.47º68%58.82%-
XYZ23.0826.646.72-
YUV134.8578.99138.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 48 (19.14% from 255) = 14.04%
R=43.86%
G=42.11%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501444800.040.680.4156.4751.5238.82
Hex969030044429383427
Octal226220600410451706447
Binary100101101001000011000001001000100101001111000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969030; }

 p { color: rgb(150,144,48); }

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

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

 a { background-color: rgb(150,144,48); }

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

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

 span { border-color: rgb(150,144,48); }

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