#957906

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

Shades of Olive #957906

Tints of Olive #957906

Color information

#957906 (or 0x957906) is unknown color: approx Olive. HEX triplet: 95, 79 and 06. RGB value is (149,121,6). Sum of RGB (Red+Green+Blue) = 149+121+6=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #957906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957906 is #6A86F9. Grayscale: #747474. Windows color (decimal): -6981370 or 424341. OLE color: 424341.

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

Color convert

RGB1491216-
CMYK00.190.960.42
HSL48.25º92.26%30.39%-
HSV(B)48.25º95.97%58.43%-
XYZ19.2620.083.03-
YUV116.2665.78151.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=53.99%
G=43.84%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149121600.190.960.4248.2592.2630.39
Hex95796013602A305c1e
Octal2251716023140526013436
Binary1001010111110011100100111100000101010110000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957906; }

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

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

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

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

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

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

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

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