#969A39

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

Shades of Highball #969A39

Tints of Highball #969A39

Color information

#969A39 (or 0x969A39) is unknown color: approx Highball. HEX triplet: 96, 9A and 39. RGB value is (150,154,57). Sum of RGB (Red+Green+Blue) = 150+154+57=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #969A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969A39 is #6965C6. Grayscale: #8E8E8E. Windows color (decimal): -6907335 or 3775126. OLE color: 3775126.

HSL color Cylindrical-coordinate representation of color #969A39: hue angle of 62.47º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #969A39 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB15015457-
CMYK0.0300.630.40
HSL62.47º45.97%41.37%-
HSV(B)62.47º62.99%60.39%-
XYZ24.8729.898.33-
YUV141.7580.17133.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 57 (22.66% from 255) = 15.79%
R=41.55%
G=42.66%
B=15.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150154570.0300.630.4062.4745.9741.37
Hex969A39303F283e2e29
Octal22623271307750765651
Binary1001011010011010111001110111111101000111110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,154,57); }

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

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

 a { background-color: rgb(150,154,57); }

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

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

 span { border-color: rgb(150,154,57); }

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