#958D0C

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

Shades of Olive #958D0C

Tints of Olive #958D0C

Color information

#958D0C (or 0x958D0C) is unknown color: approx Olive. HEX triplet: 95, 8D and 0C. RGB value is (149,141,12). Sum of RGB (Red+Green+Blue) = 149+141+12=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #958D0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958D0C is #6A72F3. Grayscale: #818181. Windows color (decimal): -6976244 or 822677. OLE color: 822677.

HSL color Cylindrical-coordinate representation of color #958D0C: hue angle of 56.5º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #958D0C is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14914112-
CMYK00.050.920.42
HSL56.5º85.09%31.57%-
HSV(B)56.5º91.95%58.43%-
XYZ21.9925.474.1-
YUV128.6962.15142.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 141 (55.47% from 255) = 46.69%
BLUE value IS 12 (5.08% from 255) = 3.97%
R=49.34%
G=46.69%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491411200.050.920.4256.585.0931.57
Hex958DC055C2A385520
Octal2252151405134527012540
Binary10010101100011011100010110111001010101110001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958D0C; }

 p { color: rgb(149,141,12); }

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

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

 a { background-color: rgb(149,141,12); }

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

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

 span { border-color: rgb(149,141,12); }

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