#938C04

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

Shades of Olive #938C04

Tints of Olive #938C04

Color information

#938C04 (or 0x938C04) is unknown color: approx Olive. HEX triplet: 93, 8C and 04. RGB value is (147,140,4). Sum of RGB (Red+Green+Blue) = 147+140+4=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #938C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C04 is #6C73FB. Grayscale: #7F7F7F. Windows color (decimal): -7107580 or 298131. OLE color: 298131.

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

Color convert

RGB1471404-
CMYK00.050.970.42
HSL57.06º94.7%29.61%-
HSV(B)57.06º97.28%57.65%-
XYZ21.4324.973.8-
YUV126.5958.82142.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.52%
GREEN value IS 140 (55.08% from 255) = 48.11%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=50.52%
G=48.11%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147140400.050.970.4257.0694.729.61
Hex938C405612A395f1e
Octal223214405141527113736
Binary100100111000110010001011100001101010111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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