#969000

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

Shades of Olive #969000

Tints of Olive #969000

Color information

#969000 (or 0x969000) is unknown color: approx Olive. HEX triplet: 96, 90 and 00. RGB value is (150,144,0). Sum of RGB (Red+Green+Blue) = 150+144+0=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #969000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969000 is #696FFF. Grayscale: #818181. Windows color (decimal): -6909952 or 37014. OLE color: 37014.

HSL color Cylindrical-coordinate representation of color #969000: hue angle of 57.6º 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 #969000 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1501440-
CMYK00.0410.41
HSL57.6º100%29.41%-
HSV(B)57.6º100%58.82%-
XYZ22.5526.433.91-
YUV129.3854.99142.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.02%
G=48.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150144000.0410.4157.610029.41
Hex969000464293a641d
Octal226220004144517214435
Binary1001011010010000001001100100101001111010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969000; }

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

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

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

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

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

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

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

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