#968500

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

Shades of Olive #968500

Tints of Olive #968500

Color information

#968500 (or 0x968500) is unknown color: approx Olive. HEX triplet: 96, 85 and 00. RGB value is (150,133,0). Sum of RGB (Red+Green+Blue) = 150+133+0=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #968500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968500 is #697AFF. Grayscale: #7B7B7B. Windows color (decimal): -6912768 or 34198. OLE color: 34198.

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

Color convert

RGB1501330-
CMYK00.1110.41
HSL53.2º100%29.41%-
HSV(B)53.2º100%58.82%-
XYZ20.9723.263.38-
YUV122.9258.63147.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.00%
G=47.00%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150133000.1110.4153.210029.41
Hex968500B642935641d
Octal2262050013144516514435
Binary10010110100001010010111100100101001110101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968500; }

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

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

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

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

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

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

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

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