#969D3F

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

Shades of Highball #969D3F

Tints of Highball #969D3F

Color information

#969D3F (or 0x969D3F) is unknown color: approx Highball. HEX triplet: 96, 9D and 3F. RGB value is (150,157,63). Sum of RGB (Red+Green+Blue) = 150+157+63=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #969D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969D3F is #6962C0. Grayscale: #909090. Windows color (decimal): -6906561 or 4169110. OLE color: 4169110.

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

Color convert

RGB15015763-
CMYK0.0400.600.38
HSL64.47º42.73%43.14%-
HSV(B)64.47º59.87%61.57%-
XYZ25.5330.969.33-
YUV144.1982.18132.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 63 (25% from 255) = 17.03%
R=40.54%
G=42.43%
B=17.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150157630.0400.600.3864.4742.7343.14
Hex969D3F403C26402b2b
Octal226235774074461005353
Binary100101101001110111111110001111001001101000000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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