#938605

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

Shades of Olive #938605

Tints of Olive #938605

Color information

#938605 (or 0x938605) is unknown color: approx Olive. HEX triplet: 93, 86 and 05. RGB value is (147,134,5). Sum of RGB (Red+Green+Blue) = 147+134+5=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #938605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938605 is #6C79FA. Grayscale: #7B7B7B. Windows color (decimal): -7109115 or 362131. OLE color: 362131.

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

Color convert

RGB1471345-
CMYK00.090.970.42
HSL54.51º93.42%29.8%-
HSV(B)54.51º96.6%57.65%-
XYZ20.5923.263.55-
YUV123.1861.31144.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.40%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=51.40%
G=46.85%
B=1.75%

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
Decimal147134500.090.970.4254.5193.4229.8
Hex9386509612A375d1e
Octal2232065011141526713536
Binary1001001110000110101010011100001101010110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938605; }

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

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

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

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

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

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

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

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