#938D06

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

Shades of Olive #938D06

Tints of Olive #938D06

Color information

#938D06 (or 0x938D06) is unknown color: approx Olive. HEX triplet: 93, 8D and 06. RGB value is (147,141,6). Sum of RGB (Red+Green+Blue) = 147+141+6=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #938D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938D06 is #6C72F9. Grayscale: #7F7F7F. Windows color (decimal): -7107322 or 429459. OLE color: 429459.

HSL color Cylindrical-coordinate representation of color #938D06: hue angle of 57.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #938D06 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1471416-
CMYK00.040.960.42
HSL57.45º92.16%30%-
HSV(B)57.45º95.92%57.65%-
XYZ21.5925.273.91-
YUV127.459.49141.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 141 (55.47% from 255) = 47.96%
BLUE value IS 6 (2.73% from 255) = 2.04%
R=50%
G=47.96%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147141600.040.960.4257.4592.1630
Hex938D604602A395c1e
Octal223215604140527113436
Binary100100111000110111001001100000101010111001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938D06; }

 p { color: rgb(147,141,6); }

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

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

 a { background-color: rgb(147,141,6); }

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

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

 span { border-color: rgb(147,141,6); }

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