#969006

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

Shades of Olive #969006

Tints of Olive #969006

Color information

#969006 (or 0x969006) is unknown color: approx Olive. HEX triplet: 96, 90 and 06. RGB value is (150,144,6). Sum of RGB (Red+Green+Blue) = 150+144+6=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #969006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969006 is #696FF9. Grayscale: #828282. Windows color (decimal): -6909946 or 430230. OLE color: 430230.

HSL color Cylindrical-coordinate representation of color #969006: hue angle of 57.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #969006 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1501446-
CMYK00.040.960.41
HSL57.5º92.31%30.59%-
HSV(B)57.5º96%58.82%-
XYZ22.5826.444.09-
YUV130.0657.99142.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 6 (2.73% from 255) = 2%
R=50%
G=48%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150144600.040.960.4157.592.3130.59
Hex969060460293a5c1f
Octal226220604140517213437
Binary100101101001000011001001100000101001111010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969006; }

 p { color: rgb(150,144,6); }

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

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

 a { background-color: rgb(150,144,6); }

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

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

 span { border-color: rgb(150,144,6); }

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