#967C02

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

Shades of Olive #967C02

Tints of Olive #967C02

Color information

#967C02 (or 0x967C02) is unknown color: approx Olive. HEX triplet: 96, 7C and 02. RGB value is (150,124,2). Sum of RGB (Red+Green+Blue) = 150+124+2=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #967C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967C02 is #6983FD. Grayscale: #767676. Windows color (decimal): -6915070 or 162966. OLE color: 162966.

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

Color convert

RGB1501242-
CMYK00.170.990.41
HSL49.46º97.37%29.8%-
HSV(B)49.46º98.67%58.82%-
XYZ19.820.93.05-
YUV117.8762.61150.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=54.35%
G=44.93%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150124200.170.990.4149.4697.3729.8
Hex967C2011632931611e
Octal2261742021143516114136
Binary100101101111100100100011100011101001110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967C02; }

 p { color: rgb(150,124,2); }

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

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

 a { background-color: rgb(150,124,2); }

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

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

 span { border-color: rgb(150,124,2); }

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