#938000

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

Shades of Olive #938000

Tints of Olive #938000

Color information

#938000 (or 0x938000) is unknown color: approx Olive. HEX triplet: 93, 80 and 00. RGB value is (147,128,0). Sum of RGB (Red+Green+Blue) = 147+128+0=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #938000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938000 is #6C7FFF. Grayscale: #777777. Windows color (decimal): -7110656 or 32915. OLE color: 32915.

HSL color Cylindrical-coordinate representation of color #938000: hue angle of 52.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #938000 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1471280-
CMYK00.1310.42
HSL52.24º100%28.82%-
HSV(B)52.24º100%57.65%-
XYZ19.7521.643.14-
YUV119.0960.79147.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.45%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.45%
G=46.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147128000.1310.4252.2410028.82
Hex938000D642A34641d
Octal2232000015144526414435
Binary10010011100000000011011100100101010110100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938000; }

 p { color: rgb(147,128,0); }

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

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

 a { background-color: rgb(147,128,0); }

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

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

 span { border-color: rgb(147,128,0); }

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