#968503

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

Shades of Olive #968503

Tints of Olive #968503

Color information

#968503 (or 0x968503) is unknown color: approx Olive. HEX triplet: 96, 85 and 03. RGB value is (150,133,3). Sum of RGB (Red+Green+Blue) = 150+133+3=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #968503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968503 is #697AFC. Grayscale: #7B7B7B. Windows color (decimal): -6912765 or 230806. OLE color: 230806.

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

Color convert

RGB1501333-
CMYK00.110.980.41
HSL53.06º96.08%30%-
HSV(B)53.06º98%58.82%-
XYZ20.9823.273.47-
YUV123.2660.13147.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=52.45%
G=46.50%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150133300.110.980.4153.0696.0830
Hex968530B622935601e
Octal2262053013142516514036
Binary100101101000010111010111100010101001110101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968503; }

 p { color: rgb(150,133,3); }

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

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

 a { background-color: rgb(150,133,3); }

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

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

 span { border-color: rgb(150,133,3); }

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