#959107

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

Shades of Olive #959107

Tints of Olive #959107

Color information

#959107 (or 0x959107) is unknown color: approx Olive. HEX triplet: 95, 91 and 07. RGB value is (149,145,7). Sum of RGB (Red+Green+Blue) = 149+145+7=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #959107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959107 is #6A6EF8. Grayscale: #838383. Windows color (decimal): -6975225 or 496021. OLE color: 496021.

HSL color Cylindrical-coordinate representation of color #959107: hue angle of 58.31º 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 #959107 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1491457-
CMYK00.030.950.42
HSL58.31º91.03%30.59%-
HSV(B)58.31º95.3%58.43%-
XYZ22.5626.664.16-
YUV130.4658.33141.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 145 (57.03% from 255) = 48.17%
BLUE value IS 7 (3.12% from 255) = 2.33%
R=49.50%
G=48.17%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149145700.030.950.4258.3191.0330.59
Hex95917035F2A3a5b1f
Octal225221703137527213337
Binary10010101100100011110111011111101010111010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959107; }

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

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

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

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

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

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

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

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