#948606

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

Shades of Olive #948606

Tints of Olive #948606

Color information

#948606 (or 0x948606) is unknown color: approx Olive. HEX triplet: 94, 86 and 06. RGB value is (148,134,6). Sum of RGB (Red+Green+Blue) = 148+134+6=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #948606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948606 is #6B79F9. Grayscale: #7C7C7C. Windows color (decimal): -7043578 or 427668. OLE color: 427668.

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

Color convert

RGB1481346-
CMYK00.090.960.42
HSL54.08º92.21%30.2%-
HSV(B)54.08º95.95%58.04%-
XYZ20.7723.363.59-
YUV123.5961.64145.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 6 (2.73% from 255) = 2.08%
R=51.39%
G=46.53%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148134600.090.960.4254.0892.2130.2
Hex9486609602A365c1e
Octal2242066011140526613436
Binary1001010010000110110010011100000101010110110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948606; }

 p { color: rgb(148,134,6); }

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

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

 a { background-color: rgb(148,134,6); }

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

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

 span { border-color: rgb(148,134,6); }

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