#938505

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

Shades of Olive #938505

Tints of Olive #938505

Color information

#938505 (or 0x938505) is unknown color: approx Olive. HEX triplet: 93, 85 and 05. RGB value is (147,133,5). Sum of RGB (Red+Green+Blue) = 147+133+5=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #938505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938505 is #6C7AFA. Grayscale: #7B7B7B. Windows color (decimal): -7109371 or 361875. OLE color: 361875.

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

Color convert

RGB1471335-
CMYK00.100.970.42
HSL54.08º93.42%29.8%-
HSV(B)54.08º96.6%57.65%-
XYZ20.4522.993.5-
YUV122.5961.64145.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=51.58%
G=46.67%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147133500.100.970.4254.0893.4229.8
Hex938550A612A365d1e
Octal2232055012141526613536
Binary1001001110000101101010101100001101010110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938505; }

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

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

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

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

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

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

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

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