#948605

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

Shades of Olive #948605

Tints of Olive #948605

Color information

#948605 (or 0x948605) is unknown color: approx Olive. HEX triplet: 94, 86 and 05. RGB value is (148,134,5). Sum of RGB (Red+Green+Blue) = 148+134+5=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #948605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948605 is #6B79FA. Grayscale: #7C7C7C. Windows color (decimal): -7043579 or 362132. OLE color: 362132.

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

Color convert

RGB1481345-
CMYK00.090.970.42
HSL54.13º93.46%30%-
HSV(B)54.13º96.62%58.04%-
XYZ20.7723.363.56-
YUV123.4861.14145.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=51.57%
G=46.69%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148134500.090.970.4254.1393.4630
Hex9486509612A365d1e
Octal2242065011141526613536
Binary1001010010000110101010011100001101010110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948605; }

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

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

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

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

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

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

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

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