#948104

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

Shades of Olive #948104

Tints of Olive #948104

Color information

#948104 (or 0x948104) is unknown color: approx Olive. HEX triplet: 94, 81 and 04. RGB value is (148,129,4). Sum of RGB (Red+Green+Blue) = 148+129+4=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #948104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948104 is #6B7EFB. Grayscale: #787878. Windows color (decimal): -7044860 or 295316. OLE color: 295316.

HSL color Cylindrical-coordinate representation of color #948104: hue angle of 52.08º 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 #948104 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1481294-
CMYK00.130.970.42
HSL52.08º94.74%29.8%-
HSV(B)52.08º97.3%58.04%-
XYZ20.0822.013.3-
YUV120.4362.29147.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.67%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 4 (1.95% from 255) = 1.42%
R=52.67%
G=45.91%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148129400.130.970.4252.0894.7429.8
Hex948140D612A345f1e
Octal2242014015141526413736
Binary1001010010000001100011011100001101010110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948104; }

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

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

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

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

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

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

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

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