#959108

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

Shades of Olive #959108

Tints of Olive #959108

Color information

#959108 (or 0x959108) is unknown color: approx Olive. HEX triplet: 95, 91 and 08. RGB value is (149,145,8). Sum of RGB (Red+Green+Blue) = 149+145+8=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #959108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959108 is #6A6EF7. Grayscale: #838383. Windows color (decimal): -6975224 or 561557. OLE color: 561557.

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

Color convert

RGB1491458-
CMYK00.030.950.42
HSL58.3º89.81%30.78%-
HSV(B)58.3º94.63%58.43%-
XYZ22.5626.664.19-
YUV130.5858.83141.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 145 (57.03% from 255) = 48.01%
BLUE value IS 8 (3.52% from 255) = 2.65%
R=49.34%
G=48.01%
B=2.65%

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
Decimal149145800.030.950.4258.389.8130.78
Hex95918035F2A3a5a1f
Octal2252211003137527213237
Binary100101011001000110000111011111101010111010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959108; }

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

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

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

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

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

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

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

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