#969005

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

Shades of Olive #969005

Tints of Olive #969005

Color information

#969005 (or 0x969005) is unknown color: approx Olive. HEX triplet: 96, 90 and 05. RGB value is (150,144,5). Sum of RGB (Red+Green+Blue) = 150+144+5=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #969005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969005 is #696FFA. Grayscale: #828282. Windows color (decimal): -6909947 or 364694. OLE color: 364694.

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

Color convert

RGB1501445-
CMYK00.040.970.41
HSL57.52º93.55%30.39%-
HSV(B)57.52º96.67%58.82%-
XYZ22.5826.444.06-
YUV129.9557.49142.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 5 (2.34% from 255) = 1.67%
R=50.17%
G=48.16%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150144500.040.970.4157.5293.5530.39
Hex969050461293a5e1e
Octal226220504141517213636
Binary100101101001000010101001100001101001111010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969005; }

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

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

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

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

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

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

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

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