#938809

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

Shades of Olive #938809

Tints of Olive #938809

Color information

#938809 (or 0x938809) is unknown color: approx Olive. HEX triplet: 93, 88 and 09. RGB value is (147,136,9). Sum of RGB (Red+Green+Blue) = 147+136+9=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #938809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938809 is #6C77F6. Grayscale: #7D7D7D. Windows color (decimal): -7108599 or 624787. OLE color: 624787.

HSL color Cylindrical-coordinate representation of color #938809: hue angle of 55.22º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #938809 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1471369-
CMYK00.070.940.42
HSL55.22º88.46%30.59%-
HSV(B)55.22º93.88%57.65%-
XYZ20.8923.833.76-
YUV124.8162.64143.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.34%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 9 (3.91% from 255) = 3.08%
R=50.34%
G=46.58%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147136900.070.940.4255.2288.4630.59
Hex93889075E2A37581f
Octal2232101107136526713037
Binary1001001110001000100101111011110101010110111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938809; }

 p { color: rgb(147,136,9); }

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

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

 a { background-color: rgb(147,136,9); }

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

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

 span { border-color: rgb(147,136,9); }

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