#938E06

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

Shades of Olive #938E06

Tints of Olive #938E06

Color information

#938E06 (or 0x938E06) is unknown color: approx Olive. HEX triplet: 93, 8E and 06. RGB value is (147,142,6). Sum of RGB (Red+Green+Blue) = 147+142+6=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #938E06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938E06 is #6C71F9. Grayscale: #808080. Windows color (decimal): -7107066 or 429715. OLE color: 429715.

HSL color Cylindrical-coordinate representation of color #938E06: hue angle of 57.87º 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 #938E06 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1471426-
CMYK00.030.960.42
HSL57.87º92.16%30%-
HSV(B)57.87º95.92%57.65%-
XYZ21.7425.563.96-
YUV127.9959.16141.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 6 (2.73% from 255) = 2.03%
R=49.83%
G=48.14%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147142600.030.960.4257.8792.1630
Hex938E603602A3a5c1e
Octal223216603140527213436
Binary10010011100011101100111100000101010111010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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