#969400

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

Shades of Olive #969400

Tints of Olive #969400

Color information

#969400 (or 0x969400) is unknown color: approx Olive. HEX triplet: 96, 94 and 00. RGB value is (150,148,0). Sum of RGB (Red+Green+Blue) = 150+148+0=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #969400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969400 is #696BFF. Grayscale: #848484. Windows color (decimal): -6908928 or 38038. OLE color: 38038.

HSL color Cylindrical-coordinate representation of color #969400: hue angle of 59.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #969400 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1501480-
CMYK00.0110.41
HSL59.2º100%29.41%-
HSV(B)59.2º100%58.82%-
XYZ23.1727.664.12-
YUV131.7353.66141.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 148 (58.20% from 255) = 49.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.34%
G=49.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150148000.0110.4159.210029.41
Hex969400164293b641d
Octal226224001144517314435
Binary10010110100101000011100100101001111011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969400; }

 p { color: rgb(150,148,0); }

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

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

 a { background-color: rgb(150,148,0); }

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

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

 span { border-color: rgb(150,148,0); }

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