#968005

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

Shades of Olive #968005

Tints of Olive #968005

Color information

#968005 (or 0x968005) is unknown color: approx Olive. HEX triplet: 96, 80 and 05. RGB value is (150,128,5). Sum of RGB (Red+Green+Blue) = 150+128+5=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #968005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968005 is #697FFA. Grayscale: #797979. Windows color (decimal): -6914043 or 360598. OLE color: 360598.

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

Color convert

RGB1501285-
CMYK00.150.970.41
HSL50.9º93.55%30.39%-
HSV(B)50.9º96.67%58.82%-
XYZ20.3221.933.31-
YUV120.5662.79149-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=53.00%
G=45.23%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150128500.150.970.4150.993.5530.39
Hex968050F6129335e1e
Octal2262005017141516313636
Binary1001011010000000101011111100001101001110011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968005; }

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

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

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

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

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

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

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

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