#948c0a

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

Shades of Olive #948C0A

Tints of Olive #948C0A

Color information

#948C0A (or 0x948C0A) is unknown color: approx Olive. HEX triplet: 94, 8C and 0A. RGB value is (148,140,10). Sum of RGB (Red+Green+Blue) = 148+140+10=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #948C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948C0A is #6B73F5. Grayscale: #808080. Windows color (decimal): -7042038 or 691348. OLE color: 691348.

HSL color Cylindrical-coordinate representation of color #948C0A: hue angle of 56.52º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #948C0A is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14814010-
CMYK00.050.930.42
HSL56.52º87.34%30.98%-
HSV(B)56.52º93.24%58.04%-
XYZ21.6525.073.99-
YUV127.5761.65142.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 140 (55.08% from 255) = 46.98%
BLUE value IS 10 (4.30% from 255) = 3.36%
R=49.66%
G=46.98%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481401000.050.930.4256.5287.3430.98
Hex948CA055D2A39571f
Octal2242141205135527112737
Binary1001010010001100101001011011101101010111001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948c0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948c0a; }

 p { color: rgb(148,140,10); }

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

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

 a { background-color: rgb(148,140,10); }

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

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

 span { border-color: rgb(148,140,10); }

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