#948805

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

Shades of Olive #948805

Tints of Olive #948805

Color information

#948805 (or 0x948805) is unknown color: approx Olive. HEX triplet: 94, 88 and 05. RGB value is (148,136,5). Sum of RGB (Red+Green+Blue) = 148+136+5=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #948805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948805 is #6B77FA. Grayscale: #7D7D7D. Windows color (decimal): -7043067 or 362644. OLE color: 362644.

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

Color convert

RGB1481365-
CMYK00.080.970.42
HSL54.97º93.46%30%-
HSV(B)54.97º96.62%58.04%-
XYZ21.0423.923.65-
YUV124.6560.48144.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 5 (2.34% from 255) = 1.73%
R=51.21%
G=47.06%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148136500.080.970.4254.9793.4630
Hex9488508612A375d1e
Octal2242105010141526713536
Binary1001010010001000101010001100001101010110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948805; }

 p { color: rgb(148,136,5); }

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

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

 a { background-color: rgb(148,136,5); }

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

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

 span { border-color: rgb(148,136,5); }

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