#958507

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

Shades of Olive #958507

Tints of Olive #958507

Color information

#958507 (or 0x958507) is unknown color: approx Olive. HEX triplet: 95, 85 and 07. RGB value is (149,133,7). Sum of RGB (Red+Green+Blue) = 149+133+7=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #958507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958507 is #6A7AF8. Grayscale: #7B7B7B. Windows color (decimal): -6978297 or 492949. OLE color: 492949.

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

Color convert

RGB1491337-
CMYK00.110.950.42
HSL53.24º91.03%30.59%-
HSV(B)53.24º95.3%58.43%-
XYZ20.8223.183.58-
YUV123.4262.3146.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 7 (3.12% from 255) = 2.42%
R=51.56%
G=46.02%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149133700.110.950.4253.2491.0330.59
Hex958570B5F2A355b1f
Octal2252057013137526513337
Binary1001010110000101111010111011111101010110101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958507; }

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

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

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

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

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

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

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

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