#968507

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

Shades of Olive #968507

Tints of Olive #968507

Color information

#968507 (or 0x968507) is unknown color: approx Olive. HEX triplet: 96, 85 and 07. RGB value is (150,133,7). Sum of RGB (Red+Green+Blue) = 150+133+7=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #968507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968507 is #697AF8. Grayscale: #7C7C7C. Windows color (decimal): -6912761 or 492950. OLE color: 492950.

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

Color convert

RGB1501337-
CMYK00.110.950.41
HSL52.87º91.08%30.78%-
HSV(B)52.87º95.33%58.82%-
XYZ2123.273.59-
YUV123.7262.13146.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 7 (3.12% from 255) = 2.41%
R=51.72%
G=45.86%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150133700.110.950.4152.8791.0830.78
Hex968570B5F29355b1f
Octal2262057013137516513337
Binary1001011010000101111010111011111101001110101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968507; }

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

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

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

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

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

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

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

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