#968502

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

Shades of Olive #968502

Tints of Olive #968502

Color information

#968502 (or 0x968502) is unknown color: approx Olive. HEX triplet: 96, 85 and 02. RGB value is (150,133,2). Sum of RGB (Red+Green+Blue) = 150+133+2=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #968502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968502 is #697AFD. Grayscale: #7B7B7B. Windows color (decimal): -6912766 or 165270. OLE color: 165270.

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

Color convert

RGB1501332-
CMYK00.110.990.41
HSL53.11º97.37%29.8%-
HSV(B)53.11º98.67%58.82%-
XYZ20.9823.263.44-
YUV123.1559.63147.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=52.63%
G=46.67%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150133200.110.990.4153.1197.3729.8
Hex968520B632935611e
Octal2262052013143516514136
Binary100101101000010110010111100011101001110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968502; }

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

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

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

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

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

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

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

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