#968B05

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

Shades of Olive #968B05

Tints of Olive #968B05

Color information

#968B05 (or 0x968B05) is unknown color: approx Olive. HEX triplet: 96, 8B and 05. RGB value is (150,139,5). Sum of RGB (Red+Green+Blue) = 150+139+5=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #968B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968B05 is #6974FA. Grayscale: #7F7F7F. Windows color (decimal): -6911227 or 363414. OLE color: 363414.

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

Color convert

RGB1501395-
CMYK00.070.970.41
HSL55.45º93.55%30.39%-
HSV(B)55.45º96.67%58.82%-
XYZ21.8424.963.81-
YUV127.0159.14144.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 5 (2.34% from 255) = 1.70%
R=51.02%
G=47.28%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150139500.070.970.4155.4593.5530.39
Hex968B5076129375e1e
Octal226213507141516713636
Binary100101101000101110101111100001101001110111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968B05; }

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

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

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

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

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

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

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

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