#958A0D

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

Shades of Olive #958A0D

Tints of Olive #958A0D

Color information

#958A0D (or 0x958A0D) is unknown color: approx Olive. HEX triplet: 95, 8A and 0D. RGB value is (149,138,13). Sum of RGB (Red+Green+Blue) = 149+138+13=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #958A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A0D is #6A75F2. Grayscale: #7F7F7F. Windows color (decimal): -6977011 or 887445. OLE color: 887445.

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

Color convert

RGB14913813-
CMYK00.070.910.42
HSL55.15º83.95%31.76%-
HSV(B)55.15º91.28%58.43%-
XYZ21.5624.63.99-
YUV127.0463.64143.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 138 (54.30% from 255) = 46%
BLUE value IS 13 (5.47% from 255) = 4.33%
R=49.67%
G=46%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491381300.070.910.4255.1583.9531.76
Hex958AD075B2A375420
Octal2252121507133526712440
Binary10010101100010101101011110110111010101101111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,138,13); }

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

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

 a { background-color: rgb(149,138,13); }

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

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

 span { border-color: rgb(149,138,13); }

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