#938C06

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

Shades of Olive #938C06

Tints of Olive #938C06

Color information

#938C06 (or 0x938C06) is unknown color: approx Olive. HEX triplet: 93, 8C and 06. RGB value is (147,140,6). Sum of RGB (Red+Green+Blue) = 147+140+6=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #938C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C06 is #6C73F9. Grayscale: #7F7F7F. Windows color (decimal): -7107578 or 429203. OLE color: 429203.

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

Color convert

RGB1471406-
CMYK00.050.960.42
HSL57.02º92.16%30%-
HSV(B)57.02º95.92%57.65%-
XYZ21.4424.973.86-
YUV126.8259.82142.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 140 (55.08% from 255) = 47.78%
BLUE value IS 6 (2.73% from 255) = 2.05%
R=50.17%
G=47.78%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147140600.050.960.4257.0292.1630
Hex938C605602A395c1e
Octal223214605140527113436
Binary100100111000110011001011100000101010111001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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