#969B36

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

Shades of Highball #969B36

Tints of Highball #969B36

Color information

#969B36 (or 0x969B36) is unknown color: approx Highball. HEX triplet: 96, 9B and 36. RGB value is (150,155,54). Sum of RGB (Red+Green+Blue) = 150+155+54=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #969B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969B36 is #6964C9. Grayscale: #8E8E8E. Windows color (decimal): -6907082 or 3578774. OLE color: 3578774.

HSL color Cylindrical-coordinate representation of color #969B36: hue angle of 62.97º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #969B36 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB15015554-
CMYK0.0300.650.39
HSL62.97º48.33%40.98%-
HSV(B)62.97º65.16%60.78%-
XYZ24.9630.198-
YUV141.9978.34133.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 54 (21.48% from 255) = 15.04%
R=41.78%
G=43.18%
B=15.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150155540.0300.650.3962.9748.3340.98
Hex969B363041273f3029
Octal226233663010147776051
Binary10010110100110111101101101000001100111111111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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