#948009

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

Shades of Olive #948009

Tints of Olive #948009

Color information

#948009 (or 0x948009) is unknown color: approx Olive. HEX triplet: 94, 80 and 09. RGB value is (148,128,9). Sum of RGB (Red+Green+Blue) = 148+128+9=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #948009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948009 is #6B7FF6. Grayscale: #787878. Windows color (decimal): -7045111 or 622740. OLE color: 622740.

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

Color convert

RGB1481289-
CMYK00.140.940.42
HSL51.37º88.54%30.78%-
HSV(B)51.37º93.92%58.04%-
XYZ19.9821.753.4-
YUV120.4165.13147.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 9 (3.91% from 255) = 3.16%
R=51.93%
G=44.91%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148128900.140.940.4251.3788.5430.78
Hex948090E5E2A33591f
Octal22420011016136526313137
Binary10010100100000001001011101011110101010110011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948009; }

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

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

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

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

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

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

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

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