#948004

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

Shades of Olive #948004

Tints of Olive #948004

Color information

#948004 (or 0x948004) is unknown color: approx Olive. HEX triplet: 94, 80 and 04. RGB value is (148,128,4). Sum of RGB (Red+Green+Blue) = 148+128+4=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #948004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948004 is #6B7FFB. Grayscale: #787878. Windows color (decimal): -7045116 or 295060. OLE color: 295060.

HSL color Cylindrical-coordinate representation of color #948004: hue angle of 51.67º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #948004 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1481284-
CMYK00.140.970.42
HSL51.67º94.74%29.8%-
HSV(B)51.67º97.3%58.04%-
XYZ19.9521.743.26-
YUV119.8462.63148.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.86%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 4 (1.95% from 255) = 1.43%
R=52.86%
G=45.71%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148128400.140.970.4251.6794.7429.8
Hex948040E612A345f1e
Octal2242004016141526413736
Binary1001010010000000100011101100001101010110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948004; }

 p { color: rgb(148,128,4); }

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

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

 a { background-color: rgb(148,128,4); }

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

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

 span { border-color: rgb(148,128,4); }

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