#958006

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

Shades of Olive #958006

Tints of Olive #958006

Color information

#958006 (or 0x958006) is unknown color: approx Olive. HEX triplet: 95, 80 and 06. RGB value is (149,128,6). Sum of RGB (Red+Green+Blue) = 149+128+6=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #958006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958006 is #6A7FF9. Grayscale: #787878. Windows color (decimal): -6979578 or 426133. OLE color: 426133.

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

Color convert

RGB1491286-
CMYK00.140.960.42
HSL51.19º92.26%30.39%-
HSV(B)51.19º95.97%58.43%-
XYZ20.1521.843.33-
YUV120.3763.46148.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 6 (2.73% from 255) = 2.12%
R=52.65%
G=45.23%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149128600.140.960.4251.1992.2630.39
Hex958060E602A335c1e
Octal2252006016140526313436
Binary1001010110000000110011101100000101010110011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958006; }

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

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

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

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

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

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

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

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