#959305

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

Shades of Olive #959305

Tints of Olive #959305

Color information

#959305 (or 0x959305) is unknown color: approx Olive. HEX triplet: 95, 93 and 05. RGB value is (149,147,5). Sum of RGB (Red+Green+Blue) = 149+147+5=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #959305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959305 is #6A6CFA. Grayscale: #838383. Windows color (decimal): -6974715 or 365461. OLE color: 365461.

HSL color Cylindrical-coordinate representation of color #959305: hue angle of 59.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #959305 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1491475-
CMYK00.010.970.42
HSL59.17º93.51%30.2%-
HSV(B)59.17º96.64%58.43%-
XYZ22.8627.274.2-
YUV131.4156.66140.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 5 (2.34% from 255) = 1.66%
R=49.50%
G=48.84%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149147500.010.970.4259.1793.5130.2
Hex9593501612A3b5e1e
Octal225223501141527313636
Binary1001010110010011101011100001101010111011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959305; }

 p { color: rgb(149,147,5); }

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

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

 a { background-color: rgb(149,147,5); }

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

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

 span { border-color: rgb(149,147,5); }

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