#959406

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

Shades of Olive #959406

Tints of Olive #959406

Color information

#959406 (or 0x959406) is unknown color: approx Olive. HEX triplet: 95, 94 and 06. RGB value is (149,148,6). Sum of RGB (Red+Green+Blue) = 149+148+6=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #959406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959406 is #6A6BF9. Grayscale: #848484. Windows color (decimal): -6974458 or 431253. OLE color: 431253.

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

Color convert

RGB1491486-
CMYK00.010.960.42
HSL59.58º92.26%30.39%-
HSV(B)59.58º95.97%58.43%-
XYZ23.0227.584.28-
YUV132.1156.83140.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=49.17%
G=48.84%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149148600.010.960.4259.5892.2630.39
Hex9594601602A3c5c1e
Octal225224601140527413436
Binary1001010110010100110011100000101010111100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959406; }

 p { color: rgb(149,148,6); }

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

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

 a { background-color: rgb(149,148,6); }

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

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

 span { border-color: rgb(149,148,6); }

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