#948809

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

Shades of Olive #948809

Tints of Olive #948809

Color information

#948809 (or 0x948809) is unknown color: approx Olive. HEX triplet: 94, 88 and 09. RGB value is (148,136,9). Sum of RGB (Red+Green+Blue) = 148+136+9=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #948809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948809 is #6B77F6. Grayscale: #7D7D7D. Windows color (decimal): -7043063 or 624788. OLE color: 624788.

HSL color Cylindrical-coordinate representation of color #948809: hue angle of 54.82º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #948809 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1481369-
CMYK00.080.940.42
HSL54.82º88.54%30.78%-
HSV(B)54.82º93.92%58.04%-
XYZ21.0723.923.77-
YUV125.1162.48144.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 9 (3.91% from 255) = 3.07%
R=50.51%
G=46.42%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148136900.080.940.4254.8288.5430.78
Hex94889085E2A37591f
Octal22421011010136526713137
Binary10010100100010001001010001011110101010110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948809; }

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

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

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

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

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

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

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

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