#969D36

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

Shades of Highball #969D36

Tints of Highball #969D36

Color information

#969D36 (or 0x969D36) is unknown color: approx Highball. HEX triplet: 96, 9D and 36. RGB value is (150,157,54). Sum of RGB (Red+Green+Blue) = 150+157+54=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #969D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969D36 is #6962C9. Grayscale: #8F8F8F. Windows color (decimal): -6906570 or 3579286. OLE color: 3579286.

HSL color Cylindrical-coordinate representation of color #969D36: hue angle of 64.08º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #969D36 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB15015754-
CMYK0.0400.660.38
HSL64.08º48.82%41.37%-
HSV(B)64.08º65.61%61.57%-
XYZ25.330.868.11-
YUV143.1677.68132.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 157 (61.72% from 255) = 43.49%
BLUE value IS 54 (21.48% from 255) = 14.96%
R=41.55%
G=43.49%
B=14.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150157540.0400.660.3864.0848.8241.37
Hex969D36404226403129
Octal2262356640102461006151
Binary1001011010011101110110100010000101001101000000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,157,54); }

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

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

 a { background-color: rgb(150,157,54); }

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

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

 span { border-color: rgb(150,157,54); }

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