#957d09

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

Shades of Olive #957D09

Tints of Olive #957D09

Color information

#957D09 (or 0x957D09) is unknown color: approx Olive. HEX triplet: 95, 7D and 09. RGB value is (149,125,9). Sum of RGB (Red+Green+Blue) = 149+125+9=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #957D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957D09 is #6A82F6. Grayscale: #777777. Windows color (decimal): -6980343 or 621973. OLE color: 621973.

HSL color Cylindrical-coordinate representation of color #957D09: hue angle of 49.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #957D09 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1491259-
CMYK00.160.940.42
HSL49.71º88.61%30.98%-
HSV(B)49.71º93.96%58.43%-
XYZ19.7821.083.28-
YUV118.9565.95149.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 125 (49.22% from 255) = 44.17%
BLUE value IS 9 (3.91% from 255) = 3.18%
R=52.65%
G=44.17%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149125900.160.940.4249.7188.6130.98
Hex957D90105E2A32591f
Octal22517511020136526213137
Binary10010101111110110010100001011110101010110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957d09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957d09; }

 p { color: rgb(149,125,9); }

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

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

 a { background-color: rgb(149,125,9); }

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

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

 span { border-color: rgb(149,125,9); }

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